@auth0/nextjs-auth0 - v4.21.0
    Preparing search index...

    Interface PasswordlessVerifySmsOptions

    Options to verify an SMS passwordless OTP.

    interface PasswordlessVerifySmsOptions {
        connection: "sms";
        phoneNumber: string;
        verificationCode: string;
    }
    Index

    Properties

    connection: "sms"

    The passwordless connection used when starting the flow.

    phoneNumber: string

    The phone number the OTP was sent to.

    verificationCode: string

    The verification code received by the user.