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.

Revokes the refresh token server-side and clears all locally stored credentials. The device is signed out. Other devices remain signed in. Triggers onAuthStateChanged with signedIn: false.

Returns

void — Refresh token revoked, local storage cleared.

Example

await client.signOut();
console.log("Signed out");
// Show login screen