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

    Interface GetGuardianFactorSmsTemplatesResponseContent

    This file was auto-generated by Fern from our API Definition.

    interface GetGuardianFactorSmsTemplatesResponseContent {
        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.