Class VerifyCallFactorRequest
This class represents the body of the verify call factor request
Inherited Members
Namespace: Okta.Auth.Sdk.Models
Assembly: Okta.Auth.Sdk.dll
Syntax
public class VerifyCallFactorRequest : Resource
Properties
PassCode
Gets or sets the pass code
Declaration
public string PassCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The pass code |
RememberDevice
Gets or sets the remember device flag
Declaration
public bool? RememberDevice { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The remember device flag |
StateToken
Gets or sets the state token
Declaration
public string StateToken { get; set; }
Property Value
Type | Description |
---|---|
System.String | The state token |