Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 624 Bytes

AuthorizationUpdateParameters.md

File metadata and controls

12 lines (8 loc) · 624 Bytes

AuthorizationUpdateParameters

Properties

Name Type Description Notes
note str A note to help you remember what the access is used for. [optional]
scopes List[str] A list of scopes that the access can be used for. [optional]
expires_at datetime Expiration date for the authorization token. Null means no expiration date (default). [optional]

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