Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 626 Bytes

Token.md

File metadata and controls

18 lines (10 loc) · 626 Bytes

Token

A api token and its metadata

Properties

Name Type Description Notes
token String A api token [optional]
name String Name of token to revoke [optional]
issuedAt OffsetDateTime datetime the token was created [optional]
expiresAt OffsetDateTime datetime the token when token will expire [optional]
scope List<TokenScope> Optional scope to limit token, defaults to all permissions, current supported values are password_reset or * [optional]