Module fastly_api::apis::tokens_api
source · Structs
- 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
get_token_current
- 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
- 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.