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

    Interface PasskeyChallengeResponse

    Response from Auth0 after a login challenge request (POST /passkey/challenge).

    interface PasskeyChallengeResponse {
        authnParamsPublicKey: PasskeyRequestOptionsJSON;
        authSession: string;
    }
    Index

    Properties

    authnParamsPublicKey: PasskeyRequestOptionsJSON

    WebAuthn credential request options from Auth0. Pass directly to navigator.credentials.get(). Binary fields are Base64URL-encoded strings.

    authSession: string

    Flow state token — must be echoed back in the getToken call.