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

Function authorizeEndpoint

packages/cli/src/auth/oauth.ts:68–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66const DEFAULT_REVOKE_URL = "https://api2.heygen.com/v1/oauth/revoke";
67
68function authorizeEndpoint(): string {
69 return process.env["HYPERFRAMES_OAUTH_AUTHORIZE_URL"] || DEFAULT_AUTHORIZE_URL;
70}
71function tokenEndpoint(): string {
72 return process.env["HYPERFRAMES_OAUTH_TOKEN_URL"] || DEFAULT_TOKEN_URL;
73}

Callers 1

buildAuthorizeUrlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected