Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 503 Bytes

AuthorizationUpdateParameters.md

File metadata and controls

14 lines (7 loc) · 503 Bytes

AuthorizationUpdateParameters

Properties

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