@orangecheck/auth-client / OcLinkedIdentity
Interface: OcLinkedIdentity
Defined in: linked-identities.tsx:36
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-id"></a> id | string | - | linked-identities.tsx:37 |
<a id="property-is_primary"></a> is_primary | boolean | The signup-time identity for its kind · cannot be unlinked here. | linked-identities.tsx:44 |
<a id="property-kind"></a> kind | "email" | "btc" | - | linked-identities.tsx:38 |
<a id="property-value"></a> value | string | null | Raw value · null when the identity is pending recovery. | linked-identities.tsx:40 |
<a id="property-verification_method"></a> verification_method | "email-otp" | "bip322" | null | - | linked-identities.tsx:42 |
<a id="property-verified_at"></a> verified_at | string | null | - | linked-identities.tsx:41 |