Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.discovr.media/llms.txt

Use this file to discover all available pages before exploring further.

Synchronous check whether the SDK has a valid refresh token (user is signed in).

Returns

boolean / Bool — true if signed in; false otherwise.

Example

if (client.isSignedIn()) {
  console.log("Signed in");
} else {
  console.log("Not signed in");
}