Class GuardianSmsEnrollmentTemplates
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
public class GuardianSmsEnrollmentTemplates
- Inheritance
-
GuardianSmsEnrollmentTemplates
- Inherited Members
Properties
EnrollmentMessage
Message sent to the user when they are invited to enroll with a phone number.
[JsonProperty("enrollment_message")]
public string EnrollmentMessage { get; set; }
Property Value
VerificationMessage
Message sent to the user when they are prompted to verify their account.
[JsonProperty("verification_message")]
public string VerificationMessage { get; set; }