Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface SetGuardianFactorPhoneTemplatesRequestContent

    {
    * enrollment_message: "enrollment_message",
    * verification_message: "verification_message"
    * }
    interface SetGuardianFactorPhoneTemplatesRequestContent {
        enrollment_message: string;
        verification_message: string;
    }
    Index

    Properties

    enrollment_message: string

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

    verification_message: string

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