Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides/integration-javascript-client-side.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ To configure the SDK, call one of the following methods, with an object containi
* `__uid2.setIdentityFromPhoneHash`

:::important
For `__uid2.setIdentityFromEmailHash` or `__uid2.setIdentityFromPhoneHash`, the `emailHash` or `PhoneHash` argument must be the Base64-encoded value. For details, see [Email Address Hash Encoding](../getting-started/gs-normalization-encoding.md/#email-address-hash-encoding) and [Phone Number Hash Encoding](../getting-started/gs-normalization-encoding.md#phone-number-hash-encoding).
For `__uid2.setIdentityFromEmailHash` or `__uid2.setIdentityFromPhoneHash`, the `emailHash` or `PhoneHash` argument must be the Base64-encoded value. For details, see [Email Address Hash Encoding](../getting-started/gs-normalization-encoding.md#email-address-hash-encoding) and [Phone Number Hash Encoding](../getting-started/gs-normalization-encoding.md#phone-number-hash-encoding).
:::

The following sections include coding examples for each scenario.
Expand Down
2 changes: 1 addition & 1 deletion docs/sdks/sdk-ref-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ For detailed information about changes, bug fixes, and new features in each rele

## Installation

You can use the [Pip](https://packaging.python.org/en/latest/guides/tool-recommendations/#installing-packages) package manager to install the SDK.
You can use the [Pip](https://packaging.python.org/en/latest/guides/tool-recommendations#installing-packages) package manager to install the SDK.

```
pip install uid2-client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ version:

## Installation

SDK をインストールするには、[Pip](https://packaging.python.org/en/latest/guides/tool-recommendations/#installing-packages) パッケージマネージャを使用します。
SDK をインストールするには、[Pip](https://packaging.python.org/en/latest/guides/tool-recommendations#installing-packages) パッケージマネージャを使用します。

```
pip install uid2-client
Expand Down
Loading