Okta.Sdk.Model.OAuth2Token

October 3, 2024 ยท View on GitHub

Properties

NameTypeDescriptionNotes
ClientIdstringClient ID[optional] [readonly]
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>Name of scopes attached to the Token[optional]
StatusGrantOrTokenStatus[optional]
UserIdstring[optional]
EmbeddedDictionary<string, Object>Embedded resources related to the object if the `expand` query parameter is specified[optional] [readonly]
LinksLinksSelf[optional]

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