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

    Interface PasskeyEnrollmentVerifyOptions

    Options for verifying a passkey enrollment. Triggers Auth0 MyAccount POST /me/v1/authentication-methods/{id}/verify.

    interface PasskeyEnrollmentVerifyOptions {
        authenticationMethodId: string;
        authResponse: PasskeyAuthResponse;
        authSession: string;
    }
    Index

    Properties

    authenticationMethodId: string

    Authentication method ID from the enrollment challenge Location header.

    authResponse: PasskeyAuthResponse

    Serialised attestation credential from navigator.credentials.create().

    authSession: string

    Flow state token from the enrollment challenge response.