API version:
Show / Hide Table of Contents

Class AddEmailFactorOptions

Helper class to configure email factor settings

Inheritance
System.Object
AddEmailFactorOptions
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 AddEmailFactorOptions

Properties

Email

Gets or sets the email

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

TokenLifetimeSeconds

Gets or sets the lifetime of the OTP in seconds. Default value is 300.

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