# Functions
Generate a random string of 8 chars, needed for OAuth1 signatures.
Generate an OAuth1 "signature" for API requests.
Generate an OAuth1 "base string" for generating request signatures.
Unmarshal an OAuth1 query-encoded access token response in to an AccessToken instance.
Unmarshal an OAuth1 query-encoded authorization token response in to an AuthorizationToken instance.
Unmarshal an OAuth1 query-encoded request token response in to an RequestToken instance.
# Structs
OAuth1 implmentation of the AccessToken interface.
OAuth1 implmentation of the AuthorizationToken interface.
OAuth1 implmentation of the RequestToken interface.
# Interfaces
Common interface for authentication access tokens.
Common interface for authentication authorization tokens.
Common interface for authentication request tokens.