Table of Contents

Class SetGuardianFactorPhoneTemplatesResponseContent

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record SetGuardianFactorPhoneTemplatesResponseContent : IJsonOnDeserialized, IEquatable<SetGuardianFactorPhoneTemplatesResponseContent>
Inheritance
SetGuardianFactorPhoneTemplatesResponseContent
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

EnrollmentMessage

Message sent to the user when they are invited to enroll with a phone number.

[JsonPropertyName("enrollment_message")]
public required string EnrollmentMessage { get; set; }

Property Value

string

VerificationMessage

Message sent to the user when they are prompted to verify their account.

[JsonPropertyName("verification_message")]
public required string VerificationMessage { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.