@duckduckgo/content-scope-scripts
    Preparing search index...

    Interface RegisterPasskeyRequestParams

    Registers a pending conditional passkey request with native Autofill.

    interface RegisterPasskeyRequestParams {
        requestId: string;
        rpId: string;
    }
    Index

    Properties

    Properties

    requestId: string

    Opaque request ID echoed by the native passkey selection event.

    rpId: string

    The relying party ID for the pending WebAuthn request.