Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.23 KB

OAuth2RefreshToken.md

File metadata and controls

20 lines (16 loc) · 1.23 KB

Okta.Sdk.Model.OAuth2RefreshToken

Properties

Name Type Description Notes
ClientId string Client ID [optional]
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> The scope names attached to the Token [optional]
Status GrantOrTokenStatus [optional]
UserId string The ID of the user associated with the Token [optional]
Embedded OAuth2RefreshTokenEmbedded [optional]
Links OAuth2RefreshTokenLinks [optional]

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