MCPcopy Create free account
hub / github.com/esengine/esengine / logout

Method logout

packages/editor-app/src/services/GitHubService.ts:266–270  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

264 }
265
266 logout(): void {
267 this.accessToken = null;
268 this.user = null;
269 localStorage.removeItem(this.STORAGE_KEY);
270 }
271
272 async openAuthorizationPage(): Promise<void> {
273 const url =

Callers

nothing calls this directly

Calls 1

removeItemMethod · 0.80

Tested by

no test coverage detected