MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / pkce.test.ts

File pkce.test.ts

packages/cli/src/auth/pkce.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it } from "vitest";
2import { createHash } from "node:crypto";
3import { generatePkcePair, generateState } from "./pkce.js";
4

Callers

nothing calls this directly

Calls 3

generatePkcePairFunction · 0.85
generateStateFunction · 0.85
updateMethod · 0.80

Tested by

no test coverage detected