Okta.Sdk.Model.TokenResponse
October 3, 2024 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AccessToken | string | An access token. | [optional] |
| DeviceSecret | string | An opaque device secret. This is returned if the `device_sso` scope is granted. | [optional] |
| ExpiresIn | int | The expiration time of the access token in seconds. | [optional] |
| IdToken | string | An ID token. This is returned if the `openid` scope is granted. | [optional] |
| IssuedTokenType | TokenType | [optional] | |
| RefreshToken | string | An opaque refresh token. This is returned if the `offline_access` scope is granted. | [optional] |
| Scope | string | The scopes contained in the access token. | [optional] |
| TokenType | TokenResponseTokenType | [optional] |