@orangecheck/auth-client / UseWebAuthnListReturn
Interface: UseWebAuthnListReturn
Defined in: webauthn.tsx:177
Properties
| Property | Type | Defined in |
|---|---|---|
<a id="property-credentials"></a> credentials | WebAuthnCredentialPublic[] | webauthn.tsx:179 |
<a id="property-error"></a> error | Error | null | webauthn.tsx:180 |
<a id="property-refetch"></a> refetch | () => Promise<void> | webauthn.tsx:181 |
<a id="property-remove"></a> remove | (id: string) => Promise<WebAuthnRemoveResult> | webauthn.tsx:183 |
<a id="property-rename"></a> rename | (id: string, label: string) => Promise<WebAuthnRenameResult> | webauthn.tsx:182 |
<a id="property-status"></a> status | WebAuthnListStatus | webauthn.tsx:178 |