Class OpenIdConnectApplicationConsentMethod
An enumeration of OpenIdConnectApplicationConsentMethod 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 OpenIdConnectApplicationConsentMethod : StringEnum, IComparable
Constructors
OpenIdConnectApplicationConsentMethod(String)
Creates a new OpenIdConnectApplicationConsentMethod instance.
Declaration
public OpenIdConnectApplicationConsentMethod(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use. |
Fields
Required
The REQUIRED OpenIdConnectApplicationConsentMethod.
Declaration
public static OpenIdConnectApplicationConsentMethod Required
Field Value
Type | Description |
---|---|
OpenIdConnectApplicationConsentMethod |
Trusted
The TRUSTED OpenIdConnectApplicationConsentMethod.
Declaration
public static OpenIdConnectApplicationConsentMethod Trusted
Field Value
Type | Description |
---|---|
OpenIdConnectApplicationConsentMethod |
Operators
Implicit(String to OpenIdConnectApplicationConsentMethod)
Implicit operator declaration to accept and convert a string value as a OpenIdConnectApplicationConsentMethod
Declaration
public static implicit operator OpenIdConnectApplicationConsentMethod(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use |
Returns
Type | Description |
---|---|
OpenIdConnectApplicationConsentMethod |
Implements
System.IComparable