MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / ErrOAuthNotConfigured

Function ErrOAuthNotConfigured

packages/cli/src/auth/errors.ts:50–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 new AuthError("API_ERROR", `HeyGen API error (${status}): ${detail}`);
49
50export const ErrOAuthNotConfigured = () =>
51 new AuthError(
52 "OAUTH_NOT_CONFIGURED",
53 "OAuth client is not configured",
54 "Set HYPERFRAMES_OAUTH_CLIENT_ID, or run `hyperframes auth login --api-key`.",
55 );
56
57export const ErrRefreshFailed = (detail?: string) =>
58 new AuthError(

Callers 1

resolveClientIdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected