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

    Interface PasswordlessDbChallenge

    The opaque challenge token returned by POST /otp/challenge.

    Treat authSession as a black box — never parse, log, or persist it beyond the in-flight OTP verification flow.

    interface PasswordlessDbChallenge {
        authSession: string;
    }
    Index

    Properties

    Properties

    authSession: string

    Opaque session handle returned by Auth0. Pass directly to loginWithOtp.