API version:
Show / Hide Table of Contents

Class EnrollFactorRequest

This class represents the body of the enroll factor request

Inheritance
System.Object
Resource
EnrollFactorRequest
Inherited Members
Resource.GetClient()
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

Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.