Interface ISocialAuthToken
Represents a SocialAuthToken resource in the Okta API.
Assembly: Okta.Sdk.dll
Syntax
public interface ISocialAuthToken : IResource
Properties
ExpiresAt
Declaration
DateTimeOffset? ExpiresAt { get; }
Property Value
Type |
Description |
System.Nullable<System.DateTimeOffset> |
|
Id
Declaration
Property Value
Type |
Description |
System.String |
|
Scopes
Declaration
IList<string> Scopes { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
Token
Declaration
string Token { get; set; }
Property Value
Type |
Description |
System.String |
|
TokenAuthScheme
Declaration
string TokenAuthScheme { get; set; }
Property Value
Type |
Description |
System.String |
|
TokenType
Declaration
string TokenType { get; set; }
Property Value
Type |
Description |
System.String |
|