Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 632 Bytes

AuthorizationCreateParameters.md

File metadata and controls

13 lines (8 loc) · 632 Bytes

AuthorizationCreateParameters

Properties

Name Type Description Notes
Note string A note to help you remember what the access is used for.
Scopes []string A list of scopes that the access can be used for. [optional]
ExpiresAt time.Time Expiration date for the authorization token. Null means no expiration date (default). [optional]

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