Skip to main content

AuthenticationToken

Represents an authentication token

Attributes (5)
AttributeTypeRequiredDescription
accessTokenstringYesThe access token string as issued by the authorization server
refreshTokenstringNoA refresh token which applications can use to obtain another access token
expiresInnumberYesUnix timestamp (seconds) when the access token expires
tokenTypestringYesThe type of token this is, typically just the string Bearer
scopestringYesSpace-separated list of scopes granted to this token