Okta.Sdk.Model.OAuth2RefreshToken

October 3, 2024 ยท View on GitHub

Properties

NameTypeDescriptionNotes
ClientIdstringClient ID[optional]
CreatedDateTimeOffsetTimestamp when the object was created[optional] [readonly]
ExpiresAtDateTimeOffsetExpiration time of the OAuth 2.0 Token[optional] [readonly]
IdstringID of the Token object[optional] [readonly]
IssuerstringThe complete URL of the authorization server that issued the Token[optional]
LastUpdatedDateTimeOffsetTimestamp when the object was last updated[optional] [readonly]
ScopesList<string>The scope names attached to the Token[optional]
StatusGrantOrTokenStatus[optional]
UserIdstringThe ID of the user associated with the Token[optional]
EmbeddedOAuth2RefreshTokenEmbedded[optional]
LinksOAuth2RefreshTokenLinks[optional]

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