Class LogCredentialType
An enumeration of LogCredentialType 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 LogCredentialType : StringEnum, IComparable
Constructors
LogCredentialType(String)
Creates a new LogCredentialType instance.
Declaration
public LogCredentialType(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use. |
Fields
Assertion
The ASSERTION LogCredentialType.
Declaration
public static LogCredentialType Assertion
Field Value
Type | Description |
---|---|
LogCredentialType |
The EMAIL LogCredentialType.
Declaration
public static LogCredentialType Email
Field Value
Type | Description |
---|---|
LogCredentialType |
Iwa
The IWA LogCredentialType.
Declaration
public static LogCredentialType Iwa
Field Value
Type | Description |
---|---|
LogCredentialType |
Jwt
The JWT LogCredentialType.
Declaration
public static LogCredentialType Jwt
Field Value
Type | Description |
---|---|
LogCredentialType |
Oauth2
The OAUTH2 LogCredentialType.
Declaration
public static LogCredentialType Oauth2
Field Value
Type | Description |
---|---|
LogCredentialType |
Otp
The OTP LogCredentialType.
Declaration
public static LogCredentialType Otp
Field Value
Type | Description |
---|---|
LogCredentialType |
Password
The PASSWORD LogCredentialType.
Declaration
public static LogCredentialType Password
Field Value
Type | Description |
---|---|
LogCredentialType |
Sms
The SMS LogCredentialType.
Declaration
public static LogCredentialType Sms
Field Value
Type | Description |
---|---|
LogCredentialType |
Operators
Implicit(String to LogCredentialType)
Implicit operator declaration to accept and convert a string value as a LogCredentialType
Declaration
public static implicit operator LogCredentialType(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use |
Returns
Type | Description |
---|---|
LogCredentialType |
Implements
System.IComparable