MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / oauthClientDedupKey

Function oauthClientDedupKey

packages/core/sdk/src/migration-spec.ts:100–104  ·  view source on GitHub ↗
(
  partition: string,
  clientId: string,
  tokenEndpoint: string,
)

Source from the content-addressed store, hash-verified

98// ---------------------------------------------------------------------------
99
100export const oauthClientDedupKey = (
101 partition: string,
102 clientId: string,
103 tokenEndpoint: string,
104): string => `${partition} ${clientId} ${tokenEndpoint}`;
105
106// ---------------------------------------------------------------------------
107// OAuth scope serialization — v1 `provider_state.scopes` is a JSON array;

Callers 2

oauthClientPlanDedupKeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected