API version:
Show / Hide Table of Contents

Class LogCredentialType

An enumeration of LogCredentialType values in the Okta API.

Inheritance
System.Object
StringEnum
LogCredentialType
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 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

Email

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
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.