Skip to content

Files

Latest commit

 

History

History
17 lines (13 loc) · 1.02 KB

TokenResponse.md

File metadata and controls

17 lines (13 loc) · 1.02 KB

Okta.Sdk.Model.TokenResponse

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]

[Back to Model list] [Back to API list] [Back to README]