Class ActivateU2FFactorRequest
This class represents the body of the activate U2F factor request
Inherited Members
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 |