Class FactorType
This class represents the possible factor types
Inheritance
System.Object
FactorType
Namespace: Okta.Auth.Sdk
Assembly: Okta.Auth.Sdk.dll
Syntax
public class FactorType : StringEnum
Constructors
FactorType(String)
Initializes a new instance of the FactorType class.
Declaration
public FactorType(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The factor type value |
Fields
Call
Call
Declaration
public static readonly FactorType Call
Field Value
Type | Description |
---|---|
FactorType |
Declaration
public static readonly FactorType Email
Field Value
Type | Description |
---|---|
FactorType |
Push
Push
Declaration
public static readonly FactorType Push
Field Value
Type | Description |
---|---|
FactorType |
Question
Question
Declaration
public static readonly FactorType Question
Field Value
Type | Description |
---|---|
FactorType |
Sms
SMS
Declaration
public static readonly FactorType Sms
Field Value
Type | Description |
---|---|
FactorType |
Token
Token
Declaration
public static readonly FactorType Token
Field Value
Type | Description |
---|---|
FactorType |
TokenHardware
token:hardware
Declaration
public static readonly FactorType TokenHardware
Field Value
Type | Description |
---|---|
FactorType |
TokenSoftware
token:software
Declaration
public static readonly FactorType TokenSoftware
Field Value
Type | Description |
---|---|
FactorType |
TokenSoftwareTotp
token:software:totp
Declaration
public static readonly FactorType TokenSoftwareTotp
Field Value
Type | Description |
---|---|
FactorType |
U2f
U2F
Declaration
public static readonly FactorType U2f
Field Value
Type | Description |
---|---|
FactorType |
Web
Web
Declaration
public static readonly FactorType Web
Field Value
Type | Description |
---|---|
FactorType |
WebAuthn
WebAuthn
Declaration
public static readonly FactorType WebAuthn
Field Value
Type | Description |
---|---|
FactorType |