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

Method registerClient

src/oauth-store.ts:200–204  ·  view source on GitHub ↗
(
    client: Omit<OAuthClientInformationFull, "client_id" | "client_id_issued_at">,
  )

Source from the content-addressed store, hash-verified

198 }
199
200 registerClient(
201 client: Omit<OAuthClientInformationFull, "client_id" | "client_id_issued_at">,
202 ): OAuthClientInformationFull {
203 return this.store.registerClient(client, this.allowedRedirectHosts);
204 }
205}
206
207function rowToAccessTokenRecord(row: {

Callers 1

Calls 1

registerClientMethod · 0.45

Tested by 1