Class OAuthResponseType
An enumeration of OAuthResponseType values in the Okta API.
Implements
System.IComparable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public sealed class OAuthResponseType : StringEnum, IComparable
Constructors
OAuthResponseType(String)
Creates a new OAuthResponseType instance.
Declaration
public OAuthResponseType(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use. |
Fields
Code
The code OAuthResponseType.
Declaration
public static OAuthResponseType Code
Field Value
Type | Description |
---|---|
OAuthResponseType |
IdToken
The id_token OAuthResponseType.
Declaration
public static OAuthResponseType IdToken
Field Value
Type | Description |
---|---|
OAuthResponseType |
Token
The token OAuthResponseType.
Declaration
public static OAuthResponseType Token
Field Value
Type | Description |
---|---|
OAuthResponseType |
Operators
Implicit(String to OAuthResponseType)
Implicit operator declaration to accept and convert a string value as a OAuthResponseType
Declaration
public static implicit operator OAuthResponseType(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use |
Returns
Type | Description |
---|---|
OAuthResponseType |
Implements
System.IComparable