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

    Interface PasswordlessVerifyEmailOptions

    Options to verify an email passwordless OTP.

    interface PasswordlessVerifyEmailOptions {
        connection: "email";
        email: string;
        verificationCode: string;
    }
    Index

    Properties

    connection: "email"

    The passwordless connection used when starting the flow.

    email: string

    The email address the code was sent to.

    verificationCode: string

    The verification code received by the user.