API version:
Show / Hide Table of Contents

Class FactorType

An enumeration of FactorType values in the Okta API.

Inheritance
System.Object
StringEnum
FactorType
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 FactorType : StringEnum, IComparable

Constructors

FactorType(String)

Creates a new FactorType instance.

Declaration
public FactorType(string value)
Parameters
Type Name Description
System.String value

The value to use.

Fields

Call

The call FactorType.

Declaration
public static FactorType Call
Field Value
Type Description
FactorType

Email

The email FactorType.

Declaration
public static FactorType Email
Field Value
Type Description
FactorType

Hotp

The hotp FactorType.

Declaration
public static FactorType Hotp
Field Value
Type Description
FactorType

Push

The push FactorType.

Declaration
public static FactorType Push
Field Value
Type Description
FactorType

Question

The question FactorType.

Declaration
public static FactorType Question
Field Value
Type Description
FactorType

Sms

The sms FactorType.

Declaration
public static FactorType Sms
Field Value
Type Description
FactorType

Token

The token FactorType.

Declaration
public static FactorType Token
Field Value
Type Description
FactorType

TokenHardware

The token:hardware FactorType.

Declaration
public static FactorType TokenHardware
Field Value
Type Description
FactorType

TokenHotp

The token:hotp FactorType.

Declaration
public static FactorType TokenHotp
Field Value
Type Description
FactorType

TokenSoftwareTotp

The token:software:totp FactorType.

Declaration
public static FactorType TokenSoftwareTotp
Field Value
Type Description
FactorType

U2F

The u2f FactorType.

Declaration
public static FactorType U2F
Field Value
Type Description
FactorType

Web

The web FactorType.

Declaration
public static FactorType Web
Field Value
Type Description
FactorType

WebAuthentication

The webauthn FactorType.

Declaration
public static FactorType WebAuthentication
Field Value
Type Description
FactorType

Operators

Implicit(String to FactorType)

Implicit operator declaration to accept and convert a string value as a FactorType

Declaration
public static implicit operator FactorType(string value)
Parameters
Type Name Description
System.String value

The value to use

Returns
Type Description
FactorType

Implements

System.IComparable
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.