MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / fetchUserInfo

Method fetchUserInfo

packages/cloud/src/WebAuthService.ts:463–470  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

461 }
462
463 private async fetchUserInfo(): Promise<void> {
464 if (!this.credentials) {
465 return
466 }
467
468 this.userInfo = await this.clerkMe()
469 this.emit("user-info", { userInfo: this.userInfo })
470 }
471
472 /**
473 * Extract user information from the ID token

Callers 1

refreshSessionMethod · 0.95

Calls 2

clerkMeMethod · 0.95
emitMethod · 0.65

Tested by

no test coverage detected