@orangecheck/auth-client / WebAuthnCredentialPublic
Interface: WebAuthnCredentialPublic
Defined in: webauthn.tsx:35
Properties
| Property | Type | Defined in |
|---|---|---|
<a id="property-authenticator_type"></a> authenticator_type | "platform" | "cross-platform" | "unknown" | webauthn.tsx:38 |
<a id="property-created_at"></a> created_at | string | webauthn.tsx:41 |
<a id="property-id"></a> id | string | webauthn.tsx:36 |
<a id="property-label"></a> label | string | webauthn.tsx:37 |
<a id="property-last_used_at"></a> last_used_at | string | null | webauthn.tsx:42 |
<a id="property-transports"></a> transports | string[] | webauthn.tsx:39 |
<a id="property-user_verified"></a> user_verified | boolean | webauthn.tsx:40 |