AuthenticationTokenIssued
Issued-token arm of /auth/token response
Attributes (6)
| Attribute | Type | Required | Description |
|---|---|---|---|
result | 'token' | Yes | Discriminator |
accessToken | string | Yes | The access token string as issued by the authorization server |
refreshToken | string | No | A refresh token which applications can use to obtain another access token |
expiresIn | number | Yes | Unix timestamp (seconds) when the access token expires |
tokenType | string | Yes | The type of token this is, typically just the string Bearer |
scope | string | Yes | Space-separated list of scopes granted to this token |