Module auth

Module auth 

Source
Available on crate feature async_routes only.

Structs§

RateLimitError
Error occurred because the app is being rate limited.
TokenFromOAuth1Arg
TokenFromOAuth1Result
TokenScopeError

Enums§

AccessError
Error occurred because the account doesn’t have permission to access the resource.
AuthError
Errors occurred during authentication.
InvalidAccountTypeError
PaperAccessError
RateLimitReason
TokenFromOAuth1Error

Functions§

token_from_oauth1Deprecated
Creates an OAuth 2.0 access token from the supplied OAuth 1.0 access token.
token_revoke
Disables the access token used to authenticate the call. If there is a corresponding refresh token for the access token, this disables that refresh token, as well as any other access tokens for that refresh token.