API version:
Show / Hide Table of Contents

Class VerifyU2fFactorRequest

This class represents the body of the verify U2F factor request

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

Properties

ClientData

Gets or sets the client data

Declaration
public string ClientData { get; set; }
Property Value
Type Description
System.String

The client data

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

SignatureData

Gets or sets the signature data

Declaration
public string SignatureData { get; set; }
Property Value
Type Description
System.String

The signature data

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.