Interface IActivateFactorRequest
Represents a ActivateFactorRequest resource in the Okta API.
Assembly: Okta.Sdk.dll
Syntax
public interface IActivateFactorRequest : IResource
Properties
Attestation
Declaration
string Attestation { get; set; }
Property Value
Type |
Description |
System.String |
|
ClientData
Declaration
string ClientData { get; set; }
Property Value
Type |
Description |
System.String |
|
PassCode
Declaration
string PassCode { get; set; }
Property Value
Type |
Description |
System.String |
|
RegistrationData
Declaration
string RegistrationData { get; set; }
Property Value
Type |
Description |
System.String |
|
StateToken
Declaration
string StateToken { get; set; }
Property Value
Type |
Description |
System.String |
|