From 873a7bc329292105f5e5e487824f116b71d90658 Mon Sep 17 00:00:00 2001 From: ochk-docs-bot Date: Mon, 6 Jul 2026 16:59:43 +0000 Subject: [PATCH] docs(sdk): sync auth-client@2.22.0 Auto-generated by oc-packages release workflow on tag auth-client-v2.22.0. Source: https://github.com/orangecheck/oc-packages/tree/auth-client-v2.22.0/auth-client/src Co-Authored-By: ochk-docs-bot --- .../auth-client/functions/OcLinkedIdentities.mdx | 2 +- .../functions/fetchOcLinkedIdentities.mdx | 2 +- .../interfaces/OcLinkedIdentitiesProps.mdx | 8 ++++---- .../auth-client/interfaces/OcLinkedIdentity.mdx | 14 +++++++------- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/pages/sdk/auth-client/functions/OcLinkedIdentities.mdx b/src/pages/sdk/auth-client/functions/OcLinkedIdentities.mdx index 80ea807..347c42d 100644 --- a/src/pages/sdk/auth-client/functions/OcLinkedIdentities.mdx +++ b/src/pages/sdk/auth-client/functions/OcLinkedIdentities.mdx @@ -15,7 +15,7 @@ export const metadata = { function OcLinkedIdentities(__namedParameters: OcLinkedIdentitiesProps): ReactElement; ``` -Defined in: [linked-identities.tsx:94](https://github.com/orangecheck/oc-packages/blob/main/auth-client/src/linked-identities.tsx#L94) +Defined in: [linked-identities.tsx:102](https://github.com/orangecheck/oc-packages/blob/main/auth-client/src/linked-identities.tsx#L102) ## Parameters diff --git a/src/pages/sdk/auth-client/functions/fetchOcLinkedIdentities.mdx b/src/pages/sdk/auth-client/functions/fetchOcLinkedIdentities.mdx index 633a77a..ed54f7f 100644 --- a/src/pages/sdk/auth-client/functions/fetchOcLinkedIdentities.mdx +++ b/src/pages/sdk/auth-client/functions/fetchOcLinkedIdentities.mdx @@ -17,7 +17,7 @@ function fetchOcLinkedIdentities(opts?: { }): Promise; ``` -Defined in: [linked-identities.tsx:70](https://github.com/orangecheck/oc-packages/blob/main/auth-client/src/linked-identities.tsx#L70) +Defined in: [linked-identities.tsx:72](https://github.com/orangecheck/oc-packages/blob/main/auth-client/src/linked-identities.tsx#L72) Fetch the signed-in user's linked identities from the auth host — the same data `` renders, exposed as a plain diff --git a/src/pages/sdk/auth-client/interfaces/OcLinkedIdentitiesProps.mdx b/src/pages/sdk/auth-client/interfaces/OcLinkedIdentitiesProps.mdx index 0110d71..9fb840f 100644 --- a/src/pages/sdk/auth-client/interfaces/OcLinkedIdentitiesProps.mdx +++ b/src/pages/sdk/auth-client/interfaces/OcLinkedIdentitiesProps.mdx @@ -11,12 +11,12 @@ export const metadata = { # Interface: OcLinkedIdentitiesProps -Defined in: [linked-identities.tsx:83](https://github.com/orangecheck/oc-packages/blob/main/auth-client/src/linked-identities.tsx#L83) +Defined in: [linked-identities.tsx:91](https://github.com/orangecheck/oc-packages/blob/main/auth-client/src/linked-identities.tsx#L91) ## Properties | Property | Type | Description | Defined in | | ------ | ------ | ------ | ------ | -| <a id="property-authorigin"></a> `authOrigin?` | `string` | Auth host origin. Defaults to `https://ochk.io`. | [linked-identities.tsx:85](https://github.com/orangecheck/oc-packages/blob/main/auth-client/src/linked-identities.tsx#L85) | -| <a id="property-classname"></a> `className?` | `string` | Outer container className. | [linked-identities.tsx:87](https://github.com/orangecheck/oc-packages/blob/main/auth-client/src/linked-identities.tsx#L87) | -| <a id="property-onchange"></a> `onChange?` | () => `void` | Called after every successful link / unlink / transfer. | [linked-identities.tsx:89](https://github.com/orangecheck/oc-packages/blob/main/auth-client/src/linked-identities.tsx#L89) | +| <a id="property-authorigin"></a> `authOrigin?` | `string` | Auth host origin. Defaults to `https://ochk.io`. | [linked-identities.tsx:93](https://github.com/orangecheck/oc-packages/blob/main/auth-client/src/linked-identities.tsx#L93) | +| <a id="property-classname"></a> `className?` | `string` | Outer container className. | [linked-identities.tsx:95](https://github.com/orangecheck/oc-packages/blob/main/auth-client/src/linked-identities.tsx#L95) | +| <a id="property-onchange"></a> `onChange?` | () => `void` | Called after every successful link / unlink / transfer. | [linked-identities.tsx:97](https://github.com/orangecheck/oc-packages/blob/main/auth-client/src/linked-identities.tsx#L97) | diff --git a/src/pages/sdk/auth-client/interfaces/OcLinkedIdentity.mdx b/src/pages/sdk/auth-client/interfaces/OcLinkedIdentity.mdx index ae9827a..54d2707 100644 --- a/src/pages/sdk/auth-client/interfaces/OcLinkedIdentity.mdx +++ b/src/pages/sdk/auth-client/interfaces/OcLinkedIdentity.mdx @@ -11,15 +11,15 @@ export const metadata = { # Interface: OcLinkedIdentity -Defined in: [linked-identities.tsx:36](https://github.com/orangecheck/oc-packages/blob/main/auth-client/src/linked-identities.tsx#L36) +Defined in: [linked-identities.tsx:38](https://github.com/orangecheck/oc-packages/blob/main/auth-client/src/linked-identities.tsx#L38) ## Properties | Property | Type | Description | Defined in | | ------ | ------ | ------ | ------ | -| <a id="property-id"></a> `id` | `string` | - | [linked-identities.tsx:37](https://github.com/orangecheck/oc-packages/blob/main/auth-client/src/linked-identities.tsx#L37) | -| <a id="property-is_primary"></a> `is_primary` | `boolean` | The signup-time identity for its kind · cannot be unlinked here. | [linked-identities.tsx:44](https://github.com/orangecheck/oc-packages/blob/main/auth-client/src/linked-identities.tsx#L44) | -| <a id="property-kind"></a> `kind` | `"email"` \| `"btc"` | - | [linked-identities.tsx:38](https://github.com/orangecheck/oc-packages/blob/main/auth-client/src/linked-identities.tsx#L38) | -| <a id="property-value"></a> `value` | `string` \| `null` | Raw value · null when the identity is pending recovery. | [linked-identities.tsx:40](https://github.com/orangecheck/oc-packages/blob/main/auth-client/src/linked-identities.tsx#L40) | -| <a id="property-verification_method"></a> `verification_method` | `"email-otp"` \| `"bip322"` \| `null` | - | [linked-identities.tsx:42](https://github.com/orangecheck/oc-packages/blob/main/auth-client/src/linked-identities.tsx#L42) | -| <a id="property-verified_at"></a> `verified_at` | `string` \| `null` | - | [linked-identities.tsx:41](https://github.com/orangecheck/oc-packages/blob/main/auth-client/src/linked-identities.tsx#L41) | +| <a id="property-id"></a> `id` | `string` | - | [linked-identities.tsx:39](https://github.com/orangecheck/oc-packages/blob/main/auth-client/src/linked-identities.tsx#L39) | +| <a id="property-is_primary"></a> `is_primary` | `boolean` | The signup-time identity for its kind · cannot be unlinked here. | [linked-identities.tsx:46](https://github.com/orangecheck/oc-packages/blob/main/auth-client/src/linked-identities.tsx#L46) | +| <a id="property-kind"></a> `kind` | `"email"` \| `"btc"` | - | [linked-identities.tsx:40](https://github.com/orangecheck/oc-packages/blob/main/auth-client/src/linked-identities.tsx#L40) | +| <a id="property-value"></a> `value` | `string` \| `null` | Raw value · null when the identity is pending recovery. | [linked-identities.tsx:42](https://github.com/orangecheck/oc-packages/blob/main/auth-client/src/linked-identities.tsx#L42) | +| <a id="property-verification_method"></a> `verification_method` | `"email-otp"` \| `"bip322"` \| `null` | - | [linked-identities.tsx:44](https://github.com/orangecheck/oc-packages/blob/main/auth-client/src/linked-identities.tsx#L44) | +| <a id="property-verified_at"></a> `verified_at` | `string` \| `null` | - | [linked-identities.tsx:43](https://github.com/orangecheck/oc-packages/blob/main/auth-client/src/linked-identities.tsx#L43) |