Okta.Sdk.Model.TokenResponse

October 3, 2024 ยท View on GitHub

Properties

NameTypeDescriptionNotes
AccessTokenstringAn access token.[optional]
DeviceSecretstringAn opaque device secret. This is returned if the `device_sso` scope is granted.[optional]
ExpiresInintThe expiration time of the access token in seconds.[optional]
IdTokenstringAn ID token. This is returned if the `openid` scope is granted.[optional]
IssuedTokenTypeTokenType[optional]
RefreshTokenstringAn opaque refresh token. This is returned if the `offline_access` scope is granted.[optional]
ScopestringThe scopes contained in the access token.[optional]
TokenTypeTokenResponseTokenType[optional]

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