Skip to main content

Module oauth1

Module oauth1 

Source
Expand description

OAuth 1.0a protocol support (RFC 5849).

Provides HMAC-SHA1 signature generation, authorization header construction, and the three-legged OAuth 1.0a flow data structures.

Structs§

AccessTokenResponse
OAuth 1.0a access token response.
OAuth1Client
OAuth 1.0a client for constructing signed requests.
OAuthConsumer
OAuth 1.0a consumer credentials (application).
OAuthSignedRequest
A signed OAuth 1.0a request.
OAuthToken
OAuth 1.0a token credentials (user-authorized).
RequestTokenResponse
OAuth 1.0a request token response (temporary credentials).

Enums§

SignatureMethod
OAuth 1.0a signature method.