Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.24 KB

OAuth2Token.md

File metadata and controls

20 lines (16 loc) · 1.24 KB

Okta.Sdk.Model.OAuth2Token

Properties

Name Type Description Notes
ClientId string Client ID [optional] [readonly]
Created DateTimeOffset Timestamp when the object was created [optional] [readonly]
ExpiresAt DateTimeOffset Expiration time of the OAuth 2.0 Token [optional] [readonly]
Id string ID of the Token object [optional] [readonly]
Issuer string The complete URL of the authorization server that issued the Token [optional]
LastUpdated DateTimeOffset Timestamp when the object was last updated [optional] [readonly]
Scopes List<string> Name of scopes attached to the Token [optional]
Status GrantOrTokenStatus [optional]
UserId string [optional]
Embedded Dictionary<string, Object> Embedded resources related to the object if the `expand` query parameter is specified [optional] [readonly]
Links LinksSelf [optional]

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