API version:
Show / Hide Table of Contents

Class OAuthEndpointAuthenticationMethod

An enumeration of OAuthEndpointAuthenticationMethod values in the Okta API.

Inheritance
System.Object
StringEnum
OAuthEndpointAuthenticationMethod
Implements
System.IComparable
Inherited Members
StringEnum.Value
StringEnum.ToString()
StringEnum.Equals(Object)
StringEnum.GetHashCode()
StringEnum.CompareTo(Object)
StringEnum.Create<T>(String)
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
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.