@orangecheck/auth-client / UseWebAuthnRegisterReturn
Interface: UseWebAuthnRegisterReturn
Defined in: webauthn.tsx:85
Properties
| Property | Type | Defined in |
|---|---|---|
<a id="property-error"></a> error | Error | null | webauthn.tsx:87 |
<a id="property-register"></a> register | (args?: { label?: string; }) => Promise<WebAuthnRegisterResult> | webauthn.tsx:88 |
<a id="property-reset"></a> reset | () => void | webauthn.tsx:89 |
<a id="property-status"></a> status | WebAuthnRegisterStatus | webauthn.tsx:86 |