Class OAuthEndpointAuthenticationMethod
An enumeration of OAuthEndpointAuthenticationMethod 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 OAuthEndpointAuthenticationMethod : StringEnum, IComparable
Constructors
OAuthEndpointAuthenticationMethod(String)
Creates a new OAuthEndpointAuthenticationMethod instance.
Declaration
public OAuthEndpointAuthenticationMethod(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use. |
Fields
ClientSecretBasic
The client_secret_basic OAuthEndpointAuthenticationMethod.
Declaration
public static OAuthEndpointAuthenticationMethod ClientSecretBasic
Field Value
Type | Description |
---|---|
OAuthEndpointAuthenticationMethod |
ClientSecretJwt
The client_secret_jwt OAuthEndpointAuthenticationMethod.
Declaration
public static OAuthEndpointAuthenticationMethod ClientSecretJwt
Field Value
Type | Description |
---|---|
OAuthEndpointAuthenticationMethod |
ClientSecretPost
The client_secret_post OAuthEndpointAuthenticationMethod.
Declaration
public static OAuthEndpointAuthenticationMethod ClientSecretPost
Field Value
Type | Description |
---|---|
OAuthEndpointAuthenticationMethod |
None
The none OAuthEndpointAuthenticationMethod.
Declaration
public static OAuthEndpointAuthenticationMethod None
Field Value
Type | Description |
---|---|
OAuthEndpointAuthenticationMethod |
PrivateKeyJwt
The private_key_jwt OAuthEndpointAuthenticationMethod.
Declaration
public static OAuthEndpointAuthenticationMethod PrivateKeyJwt
Field Value
Type | Description |
---|---|
OAuthEndpointAuthenticationMethod |
Operators
Implicit(String to OAuthEndpointAuthenticationMethod)
Implicit operator declaration to accept and convert a string value as a OAuthEndpointAuthenticationMethod
Declaration
public static implicit operator OAuthEndpointAuthenticationMethod(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use |
Returns
Type | Description |
---|---|
OAuthEndpointAuthenticationMethod |
Implements
System.IComparable