Table of Contents

Class GuardianPhoneEnrollmentTemplate

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll
public class GuardianPhoneEnrollmentTemplate
Inheritance
GuardianPhoneEnrollmentTemplate
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

string

VerificationMessage

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

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

Property Value

string