Available on crate feature
async_routes only.Structs§
- Rate
Limit Error - Error occurred because the app is being rate limited.
- Token
FromO Auth1 Arg - Token
FromO Auth1 Result - Token
Scope Error
Enums§
- Access
Error - Error occurred because the account doesn’t have permission to access the resource.
- Auth
Error - Errors occurred during authentication.
- Invalid
Account Type Error - Paper
Access Error - Rate
Limit Reason - Token
FromO Auth1 Error
Functions§
- token_
from_ oauth1 Deprecated - 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.