A React ref that can be bound to the username <input> element.
When attached, the SDK ensures the input’s autocomplete
attribute is correctly set to "username webauthn".
If the developer already declared this attribute in markup, the ref is optional, the hook will still register Conditional Mediation correctly even without it.
Result object returned by usePasskeyAutofill.
Provides a ref that can be attached to the username
<input>element to automatically enable browser Conditional UI (passkey autofill).See
usePasskeyAutofill