API version:
Show / Hide Table of Contents

Class VerifyPushFactorRequest

This class represents the body of the verify push factor request

Inheritance
System.Object
Resource
VerifyPushFactorRequest
Inherited Members
Resource.GetClient()
Namespace: Okta.Auth.Sdk.Models
Assembly: Okta.Auth.Sdk.dll
Syntax
public class VerifyPushFactorRequest : Resource

Properties

AutoPush

Gets or sets the auto push flag

Declaration
public bool? AutoPush { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

The auto push flag

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

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