Class FactorProvider
An enumeration of FactorProvider 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 FactorProvider : StringEnum, IComparable
Constructors
FactorProvider(String)
Creates a new FactorProvider instance.
Declaration
public FactorProvider(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use. |
Fields
Custom
The CUSTOM FactorProvider.
Declaration
public static FactorProvider Custom
Field Value
Type | Description |
---|---|
FactorProvider |
Duo
The DUO FactorProvider.
Declaration
public static FactorProvider Duo
Field Value
Type | Description |
---|---|
FactorProvider |
Fido
The FIDO FactorProvider.
Declaration
public static FactorProvider Fido
Field Value
Type | Description |
---|---|
FactorProvider |
The GOOGLE FactorProvider.
Declaration
public static FactorProvider Google
Field Value
Type | Description |
---|---|
FactorProvider |
Okta
The OKTA FactorProvider.
Declaration
public static FactorProvider Okta
Field Value
Type | Description |
---|---|
FactorProvider |
Rsa
The RSA FactorProvider.
Declaration
public static FactorProvider Rsa
Field Value
Type | Description |
---|---|
FactorProvider |
Symantec
The SYMANTEC FactorProvider.
Declaration
public static FactorProvider Symantec
Field Value
Type | Description |
---|---|
FactorProvider |
Yubico
The YUBICO FactorProvider.
Declaration
public static FactorProvider Yubico
Field Value
Type | Description |
---|---|
FactorProvider |
Operators
Implicit(String to FactorProvider)
Implicit operator declaration to accept and convert a string value as a FactorProvider
Declaration
public static implicit operator FactorProvider(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use |
Returns
Type | Description |
---|---|
FactorProvider |
Implements
System.IComparable