MCPcopy Create free account
hub / github.com/PaperDebugger/paperdebugger / getAppleAuthToken

Function getAppleAuthToken

webapp/_webapp/src/libs/oauth.ts:103–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101}
102
103export function getAppleAuthToken() {
104 const randomState = Math.random().toString(36).substring(2, 15);
105 openInBrowser(appleAuthUrl(randomState));
106}

Callers 1

LoginWithAppleFunction · 0.90

Calls 2

openInBrowserFunction · 0.85
appleAuthUrlFunction · 0.85

Tested by

no test coverage detected