Skip to main content

AuthenticationTokenIssued

Issued-token arm of /auth/token response

Attributes (6)
AttributeTypeRequiredDescription
result'token'YesDiscriminator
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