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

    Interface PasskeySelectedParams

    Subscription payload sent when native Autofill selects a passkey for a pending request.

    interface PasskeySelectedParams {
        credentialId: string;
        requestId: string;
    }
    Index

    Properties

    credentialId: string

    Base64-encoded (standard Base64, not Base64URL) WebAuthn credential ID selected by native Autofill.

    requestId: string

    Opaque request ID from the matching registerPasskeyRequest notification.