API version:
Show / Hide Table of Contents

Class AddTokenFactorOptions

Helper class for token factor settings

Inheritance
System.Object
AddTokenFactorOptions
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.Sdk
Assembly: Okta.Sdk.dll
Syntax
public sealed class AddTokenFactorOptions

Properties

CredentialId

Gets or sets the credential id

Declaration
public string CredentialId { get; set; }
Property Value
Type Description
System.String

NextPassCode

Gets or sets the next pass code

Declaration
public string NextPassCode { get; set; }
Property Value
Type Description
System.String

PassCode

Gets or sets the pass code

Declaration
public string PassCode { get; set; }
Property Value
Type Description
System.String

Provider

Gets or sets the provider

Declaration
public FactorProvider Provider { get; set; }
Property Value
Type Description
FactorProvider
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.