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

Function createPkceCodeVerifier

packages/core/sdk/src/oauth-helpers.ts:105–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103// ---------------------------------------------------------------------------
104
105export const createPkceCodeVerifier = (): string => oauth.generateRandomCodeVerifier();
106
107export const createPkceCodeChallenge = (verifier: string): Promise<string> =>
108 oauth.calculatePKCECodeChallenge(verifier);

Callers 3

startFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected