Logo

View the Project on GitHub elements-storage/elements-sdk-python

APITokenWithSecret

An API token that authenticates programmatic access to the API as a specific user, including the secret token value (returned only on creation).

Properties

Name Type Description Notes
id int    
token str The secret token value. Generated automatically and returned only on creation.  
name str Human-readable label for the token.  

[Back to Model list] [Back to API list] [Back to README]