Note: There is a newer version (1.1.0) of this package available. Click here to view docs for the latest version.
Module
oauth1
Module oauth1
Declarations
ldclakmal/oauth1
1.0.6
Clients
oauth1: ClientOAuthHandler
Isolated
Defines the OAuth1.0a handler for client authentication.
getSecurityHeaders
Isolated Function
Returns the headers map with the relevant authentication requirements.
Constants
Records
oauth1: OAuthConfig
Closed record
Represents OAuth1.0a configurations.
Fields
- signatureMethod SigningAlgorithm - The cryptographic algorithm used for the signature
- consumerKey string - The consumer key
- consumerSecret string - The consumer secret
- accessToken string - The access token
- accessTokenSecret string - The access token secret
- realm string? - The realm value
- nonce string? - The nonce value
Union types
oauth1: SigningAlgorithm
SigningAlgorithm
Represents the cryptographic algorithm used for the signature.
Import
import ldclakmal/oauth1;
Metadata
Released date: over 3 years ago
Version: 1.0.6
License: Apache-2.0
Compatibility
Platform: any
Ballerina version: slbeta3
GraalVM compatible: Yes
Pull count
Total: 369
Current verison: 10
Weekly downloads
Keywords
ballerina
oauth
oauth1.0
oauth1.0a
authorization
Contributors
Dependents