Skip to content

Commit 87f8564

Browse files
docs changes
1 parent 073f149 commit 87f8564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ This function can also provide additional context for handling missing identitie
288288
| :--- | :--- |
289289
| `true` | The identity is not available. This value indicates any of the following:<br/>- The user has opted out.<br/>- The refresh token has expired.<br/>- A first-party cookie is not available and no server-generated identity has been supplied. |
290290
| `false` | This value indicates one of the following:<br/>- The identity is present and valid.<br/>- 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. |
291+
| `undefined` | The SDK initialization is not yet complete. |
291292

292293
### disconnect(): void
293294

@@ -304,7 +305,6 @@ When a user logs out of the publisher's site, make the following call:
304305
After this function is executed, the [getAdvertisingToken()](#getadvertisingtoken-string) function returns `undefined` and the [isLoginRequired()](#isloginrequired-boolean) function returns `true`.
305306

306307
### abort(): void
307-
308308
Terminates any background timers or requests. The UID2 object remains in an unspecified state and cannot be used anymore.
309309

310310
This function is intended for use in advanced scenarios where you might want to replace the existing UID2 object with a new instance. For example, a single-page application could use this to clear the current UID2 object and construct or initialize a new one after receiving a new identity from the server in the [POST&nbsp;/token/generate](../endpoints/post-token-generate.md) response.

0 commit comments

Comments
 (0)