Class ActivateWebAuthnFactorRequest
This class represents the body of the activate WebAuthn factor request
Inherited Members
Namespace: Okta.Auth.Sdk.Models
Assembly: Okta.Auth.Sdk.dll
Syntax
public class ActivateWebAuthnFactorRequest : Resource
Properties
Attestation
Gets or sets the attestation data
Declaration
public string Attestation { get; set; }
Property Value
Type | Description |
---|---|
System.String | The registration data |
ClientData
Gets or sets the client data
Declaration
public string ClientData { get; set; }
Property Value
Type | Description |
---|---|
System.String | The client data |
StateToken
Gets or sets the state token
Declaration
public string StateToken { get; set; }
Property Value
Type | Description |
---|---|
System.String | The state token |