Class GetGuardianFactorSmsTemplatesResponseContent
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record GetGuardianFactorSmsTemplatesResponseContent : IJsonOnDeserialized, IEquatable<GetGuardianFactorSmsTemplatesResponseContent>
- Inheritance
-
GetGuardianFactorSmsTemplatesResponseContent
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
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
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
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.