...
Field | Type | Description |
---|---|---|
client | Client information that can be displayed to the end user | |
scope | Array<OAuthScope> | The union of all scopes granted in refresh tokens issued to the client on behalf of the user This way a user can easily see all of the information a third party may have access to, even if it differs from token to token. |
authorizedOn | date-time | The time when access was first granted (i.e. the issue date of the oldest active refresh token) |
lastUsed | date-time | The most recent time a refresh token was used to issue a new access token |
...