Class FactorResult
This class represents the possible factor result statuses
Inheritance
System.Object
FactorResult
Namespace: Okta.Auth.Sdk
Assembly: Okta.Auth.Sdk.dll
Syntax
public class FactorResult : StringEnum
Constructors
FactorResult(String)
Initializes a new instance of the FactorResult class.
Declaration
public FactorResult(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The factor result value |
Fields
Cancelled
Cancelled
Declaration
public static readonly FactorResult Cancelled
Field Value
Type | Description |
---|---|
FactorResult |
Error
Error
Declaration
public static readonly FactorResult Error
Field Value
Type | Description |
---|---|
FactorResult |
PassCodeReplayed
Pass code replayed
Declaration
public static readonly FactorResult PassCodeReplayed
Field Value
Type | Description |
---|---|
FactorResult |
TimeOut
Timeout
Declaration
public static readonly FactorResult TimeOut
Field Value
Type | Description |
---|---|
FactorResult |
TimeWindowExceeded
Time window exceeded
Declaration
public static readonly FactorResult TimeWindowExceeded
Field Value
Type | Description |
---|---|
FactorResult |
Waiting
Waiting
Declaration
public static readonly FactorResult Waiting
Field Value
Type | Description |
---|---|
FactorResult |