Module fastly_api::apis::tokens_api  
source · Structs§
- struct for passing parameters to the method
bulk_revoke_tokens - struct for passing parameters to the method
get_token - struct for passing parameters to the method
list_tokens_customer - struct for passing parameters to the method
revoke_token 
Enums§
- struct for typed errors of method
bulk_revoke_tokens - struct for typed errors of method
create_token - struct for typed errors of method
get_token_current - struct for typed errors of method
get_token - struct for typed errors of method
list_tokens_customer - struct for typed errors of method
list_tokens_user - struct for typed errors of method
revoke_token_current - struct for typed errors of method
revoke_token 
Functions§
- Revoke Tokens in bulk format. Users may only revoke their own tokens. Superusers may revoke tokens of others.
 - 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 a single token by its id.
 - Get a single token based on the access_token used in the request.
 - List all tokens belonging to a specific customer.
 - List all tokens belonging to the authenticated user.
 - Revoke a specific token by its id.
 - Revoke a token that is used to authenticate the request.