Skip to content

Commit 35a88dd

Browse files
committed
edits from AS
1 parent 7c26add commit 35a88dd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/sdks/sdk-ref-javascript-v3.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ Specifies whether a UID2 [POST /token/generate](../endpoints/post-token-gen
439439
| Value | Description |
440440
| :--- | :--- |
441441
| `true` | The identity is not available. This value indicates one of the following:<ul><li>The refresh token has expired.</li><li>A first-party cookie is not available and no server-generated identity has been supplied.</li></ul> |
442-
| `false` | This value indicates one of the following:<ul><li>The identity is present and valid.</li><li>The identity has expired (but the refresh token has not expired), and the token was not refreshed due to an intermittent error. The identity might be restored after a successful auto-refresh attempt.</li></ul> |
442+
| `false` | This value indicates one of the following:<ul><li>The identity is present and valid.</li><li>The user has opted out.</li><li>The identity has expired (but the refresh token has not expired), and the token was not refreshed due to an intermittent error. The identity might be restored after a successful auto-refresh attempt.</li></ul> |
443443

444444
### isIdentityAvailable(): boolean
445445

@@ -458,8 +458,8 @@ If false, a UID2 [POST&nbsp;/token/generate](../endpoints/post-token-generate.md
458458

459459
| Value | Description |
460460
| :--- | :--- |
461-
| `true` | This value indicates one of the following:<ul><li> The identity is present and valid in a first-party cookie or local storage.</li><li> The identity has expired, and the token was not refreshed due to an intermittent error. The identity might be restored after a successful auto-refresh attempt.</li></ul> |
462-
| `false` | This value indicates any of the following:<ul><li> The user has opted out.</li><li> The identity is present, but the refresh token has expired.</li><li> The identity has expired, even if the refresh token is still valid.</li><li> A first-party cookie is not available and no server-generated identity has been supplied. </li></ul> |
461+
| `true` | This value indicates one of the following:<ul><li>The identity is present and valid in a first-party cookie or local storage.</li><li>The user has opted out.</li><li>The identity has expired, and the token was not refreshed due to an intermittent error. The identity might be restored after a successful auto-refresh attempt.</li></ul> |
462+
| `false` | This value indicates any of the following:<ul><li>The identity is present, but the refresh token has expired.</li><li>The identity has expired, even if the refresh token is still valid.</li><li>A first-party cookie is not available and no server-generated identity has been supplied. </li></ul> |
463463

464464
### disconnect(): void
465465

docs/sdks/sdk-ref-javascript.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ Specifies whether a UID2 [POST&nbsp;/token/generate](../endpoints/post-token-gen
422422
| Value | Description |
423423
| :--- | :--- |
424424
| `true` | The identity is not available. This value indicates one of the following:<ul><li>The refresh token has expired.</li><li>A first-party cookie is not available and no server-generated identity has been supplied.</li></ul> |
425-
| `false` | This value indicates one of the following:<ul><li>The identity is present and valid.</li><li>The identity has expired (but the refresh token has not expired), and the token was not refreshed due to an intermittent error. The identity might be restored after a successful auto-refresh attempt.</li></ul> |
425+
| `false` | This value indicates one of the following:<ul><li>The identity is present and valid.</li><li>The user has opted out.</li><li>The identity has expired (but the refresh token has not expired), and the token was not refreshed due to an intermittent error. The identity might be restored after a successful auto-refresh attempt.</li></ul> |
426426

427427
### isIdentityAvailable(): boolean
428428

@@ -439,8 +439,8 @@ If false, a UID2 [POST&nbsp;/token/generate](../endpoints/post-token-generate.md
439439

440440
| Value | Description |
441441
| :--- | :--- |
442-
| `true` | This value indicates one of the following:<ul><li> The identity is present and valid in a first-party cookie or local storage.</li><li> The identity has expired, and the token was not refreshed due to an intermittent error. The identity might be restored after a successful auto-refresh attempt.</li></ul> |
443-
| `false` | This value indicates any of the following:<ul><li> The identity is present, but the refresh token has expired.</li><li> The identity has expired, even if the refresh token is still valid.</li><li> A first-party cookie is not available and no server-generated identity has been supplied. </li></ul> |
442+
| `true` | This value indicates one of the following:<ul><li>The identity is present and valid in a first-party cookie or local storage.</li><li>The user has opted out.</li><li>The identity has expired, and the token was not refreshed due to an intermittent error. The identity might be restored after a successful auto-refresh attempt.</li></ul> |
443+
| `false` | This value indicates any of the following:<ul><li>The identity is present, but the refresh token has expired.</li><li>The identity has expired, even if the refresh token is still valid.</li><li>A first-party cookie is not available and no server-generated identity has been supplied. </li></ul> |
444444

445445
### disconnect(): void
446446

0 commit comments

Comments
 (0)