API version:
Show / Hide Table of Contents

Class FactorProvider

An enumeration of FactorProvider values in the Okta API.

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

Google

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