Class EnrollFactorRequest
This class represents the body of the enroll factor request
Inherited Members
Namespace: Okta.Auth.Sdk.Models
Assembly: Okta.Auth.Sdk.dll
Syntax
public class EnrollFactorRequest : Resource
Properties
FactorType
Gets or sets the factor type
Declaration
public FactorType FactorType { get; set; }
Property Value
Type | Description |
---|---|
FactorType | The factor type |
NextPassCode
Gets or sets the next pass code
Declaration
public string NextPassCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The next pass code |
PassCode
Gets or sets the pass code
Declaration
public string PassCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The pass code |
Profile
Gets or sets the profile
Declaration
public Resource Profile { get; set; }
Property Value
Type | Description |
---|---|
Resource | The profile |
Provider
Gets or sets the provider
Declaration
public string Provider { get; set; }
Property Value
Type | Description |
---|---|
System.String | The provider |
StateToken
Gets or sets the state token
Declaration
public string StateToken { get; set; }
Property Value
Type | Description |
---|---|
System.String | The state token |