API version:
Show / Hide Table of Contents

Class ActivateU2FFactorRequest

This class represents the body of the activate U2F factor request

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

Properties

ClientData

Gets or sets the client data

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

The client data

RegistrationData

Gets or sets the registration data

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

The registration 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.