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

Method login

packages/cloud/src/CloudService.ts:181–184  ·  view source on GitHub ↗
(landingPageSlug?: string, useProviderSignup: boolean = false)

Source from the content-addressed store, hash-verified

179 // AuthService
180
181 public async login(landingPageSlug?: string, useProviderSignup: boolean = false): Promise<void> {
182 this.ensureInitialized()
183 return this.authService!.login(landingPageSlug, useProviderSignup)
184 }
185
186 public async logout(): Promise<void> {
187 this.ensureInitialized()

Callers

nothing calls this directly

Calls 2

ensureInitializedMethod · 0.95
loginMethod · 0.65

Tested by

no test coverage detected