MCPcopy Create free account
hub / github.com/Waishnav/devspace / getClient

Method getClient

src/oauth-store.ts:196–198  ·  view source on GitHub ↗
(clientId: string)

Source from the content-addressed store, hash-verified

194 ) {}
195
196 getClient(clientId: string): OAuthClientInformationFull | undefined {
197 return this.store.getClient(clientId);
198 }
199
200 registerClient(
201 client: Omit<OAuthClientInformationFull, "client_id" | "client_id_issued_at">,

Callers

nothing calls this directly

Calls 1

getClientMethod · 0.45

Tested by

no test coverage detected