pub static PASSKEY_SIGNAL_API_MODE: LazyLock<String>Expand description
Signal API mode for credential synchronization with authenticators.
Controls which WebAuthn Signal APIs are called for credential deletion and login sync:
"direct": UsesignalUnknownCredentialonly (default, currently the only working API with Google Password Manager)"sync": UsesignalAllAcceptedCredentialsonly (currently no effect on Chrome, may work with other authenticators)"direct+sync": Use both APIs for maximum compatibility
Default: “direct”