Interface IOAuth2Token
Represents a OAuth2Token resource in the Okta API.
Assembly: Okta.Sdk.dll
Syntax
public interface IOAuth2Token : IResource
Properties
ClientId
Declaration
string ClientId { get; set; }
Property Value
Type |
Description |
System.String |
|
Created
Declaration
DateTimeOffset? Created { get; }
Property Value
Type |
Description |
System.Nullable<System.DateTimeOffset> |
|
ExpiresAt
Declaration
DateTimeOffset? ExpiresAt { get; }
Property Value
Type |
Description |
System.Nullable<System.DateTimeOffset> |
|
Id
Declaration
Property Value
Type |
Description |
System.String |
|
Issuer
Declaration
string Issuer { get; set; }
Property Value
Type |
Description |
System.String |
|
LastUpdated
Declaration
DateTimeOffset? LastUpdated { get; }
Property Value
Type |
Description |
System.Nullable<System.DateTimeOffset> |
|
Scopes
Declaration
IList<string> Scopes { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
Status
Declaration
string Status { get; set; }
Property Value
Type |
Description |
System.String |
|
UserId
Declaration
string UserId { get; set; }
Property Value
Type |
Description |
System.String |
|