@auth0/auth0-angular
    Preparing search index...

    Interface PasskeyEnrollmentVerifyOptions

    interface PasskeyEnrollmentVerifyOptions {
        auth_session: string;
        authn_response: PasskeyCredentialResponse;
        location: string;
        type: "passkey";
    }

    Hierarchy

    • EnrollmentVerifyBaseOptions
      • PasskeyEnrollmentVerifyOptions
    Index

    Properties

    auth_session: string
    authn_response: PasskeyCredentialResponse
    location: string
    type: "passkey"