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

Function createPkceCodeVerifier

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

Source from the content-addressed store, hash-verified

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

Callers 3

startFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected