Table of Contents

Class GuardianFactorSettings

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Factor-specific settings. Only returned when include_settings=true.

[Serializable]
public record GuardianFactorSettings : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<GuardianFactorSettings>
Inheritance
GuardianFactorSettings
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }

Property Value

AdditionalProperties

OtpExpirationTime

The OTP expiration time in seconds.

[JsonPropertyName("otp_expiration_time")]
public int? OtpExpirationTime { get; set; }

Property Value

int?

OtpLength

The length of the OTP code.

[JsonPropertyName("otp_length")]
public int? OtpLength { get; set; }

Property Value

int?

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.