Class ActivateU2fFactorOptions
This class contains all the request parameters for performing an activate U2F factor request
Inheritance
System.Object
ActivateU2fFactorOptions
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 ActivateU2fFactorOptions
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 |
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 |