Structs§
- Bulk
Revoke Tokens Params - struct for passing parameters to the method
bulk_revoke_tokens
- GetToken
Params - struct for passing parameters to the method
get_token
- List
Tokens Customer Params - struct for passing parameters to the method
list_tokens_customer
- Revoke
Token Params - struct for passing parameters to the method
revoke_token
Enums§
- Bulk
Revoke Tokens Error - struct for typed errors of method
bulk_revoke_tokens
- Create
Token Error - struct for typed errors of method
create_token
- GetToken
Current Error - struct for typed errors of method
get_token_current
- GetToken
Error - struct for typed errors of method
get_token
- List
Tokens Customer Error - struct for typed errors of method
list_tokens_customer
- List
Tokens User Error - struct for typed errors of method
list_tokens_user
- Revoke
Token Current Error - struct for typed errors of method
revoke_token_current
- Revoke
Token Error - struct for typed errors of method
revoke_token
Functions§
- bulk_
revoke_ tokens - Revoke Tokens in bulk format. Users may only revoke their own tokens. Superusers may revoke tokens of others.
- create_
token - Create an API token. If two-factor authentication is enabled for your account, review the instructions for including a one-time password in the request.
- get_
token - Get a single token by its id.
- get_
token_ current - Get a single token based on the access_token used in the request.
- list_
tokens_ customer - List all tokens belonging to a specific customer.
- list_
tokens_ user - List all tokens belonging to the authenticated user.
- revoke_
token - Revoke a specific token by its id.
- revoke_
token_ current - Revoke a token that is used to authenticate the request.