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§
- Access
Token Response - OAuth 1.0a access token response.
- OAuth1
Client - OAuth 1.0a client for constructing signed requests.
- OAuth
Consumer - OAuth 1.0a consumer credentials (application).
- OAuth
Signed Request - A signed OAuth 1.0a request.
- OAuth
Token - OAuth 1.0a token credentials (user-authorized).
- Request
Token Response - OAuth 1.0a request token response (temporary credentials).
Enums§
- Signature
Method - OAuth 1.0a signature method.