MCPcopy
hub / github.com/ahmedkhaleel2004/gitdiagram / InstallationTokenResponse

Interface InstallationTokenResponse

src/server/github-auth.ts:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5const GITHUB_APP_TOKEN_REFRESH_BUFFER_MS = 60_000;
6
7interface InstallationTokenResponse {
8 token?: string;
9 expires_at?: string;
10}
11
12export interface GitHubAuthSource {
13 label: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected