MCPcopy
hub / github.com/watsonbox/exportify / clearAccessToken

Function clearAccessToken

src/auth.ts:21–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21export function clearAccessToken(): void {
22 localStorage.removeItem('access_token')
23 localStorage.removeItem('code_verifier')
24}
25
26// Generate code verifier for PKCE flow
27function generateCodeVerifier(): string {

Callers 2

apiCallErrorHandlerFunction · 0.90
logoutFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected