MCPcopy Index your code
hub / github.com/InverseUI/InverseUI-Recorder / getAuthToken

Function getAuthToken

api/auth.js:86–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84 * @returns {Promise<string|null>}
85 */
86export async function getAuthToken() {
87 return await getTokenFromCookie();
88}
89
90/**
91 * Open login page in new tab

Callers 1

sendTrackToBackendFunction · 0.90

Calls 1

getTokenFromCookieFunction · 0.85

Tested by

no test coverage detected