API version:
Show / Hide Table of Contents

Class VerifyU2FFactorOptions

This class contains all the request parameters for performing a verify U2F factor request

Inheritance
System.Object
VerifyU2FFactorOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Okta.Auth.Sdk
Assembly: Okta.Auth.Sdk.dll
Syntax
public class VerifyU2FFactorOptions

Properties

ClientData

Gets or sets the client data

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

The client data

FactorId

Gets or sets the factor id

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

The factor id

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.