API version:
Show / Hide Table of Contents

Class FactorResultType

An enumeration of FactorResultType values in the Okta API.

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

Constructors

FactorResultType(String)

Creates a new FactorResultType instance.

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

The value to use.

Fields

Cancelled

The CANCELLED FactorResultType.

Declaration
public static FactorResultType Cancelled
Field Value
Type Description
FactorResultType

Challenge

The CHALLENGE FactorResultType.

Declaration
public static FactorResultType Challenge
Field Value
Type Description
FactorResultType

Error

The ERROR FactorResultType.

Declaration
public static FactorResultType Error
Field Value
Type Description
FactorResultType

Failed

The FAILED FactorResultType.

Declaration
public static FactorResultType Failed
Field Value
Type Description
FactorResultType

PasscodeReplayed

The PASSCODE_REPLAYED FactorResultType.

Declaration
public static FactorResultType PasscodeReplayed
Field Value
Type Description
FactorResultType

Rejected

The REJECTED FactorResultType.

Declaration
public static FactorResultType Rejected
Field Value
Type Description
FactorResultType

Success

The SUCCESS FactorResultType.

Declaration
public static FactorResultType Success
Field Value
Type Description
FactorResultType

Timeout

The TIMEOUT FactorResultType.

Declaration
public static FactorResultType Timeout
Field Value
Type Description
FactorResultType

TimeWindowExceeded

The TIME_WINDOW_EXCEEDED FactorResultType.

Declaration
public static FactorResultType TimeWindowExceeded
Field Value
Type Description
FactorResultType

Waiting

The WAITING FactorResultType.

Declaration
public static FactorResultType Waiting
Field Value
Type Description
FactorResultType

Operators

Implicit(String to FactorResultType)

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

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

The value to use

Returns
Type Description
FactorResultType

Implements

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