| 5 | const GITHUB_APP_TOKEN_REFRESH_BUFFER_MS = 60_000; |
| 6 | |
| 7 | interface InstallationTokenResponse { |
| 8 | token?: string; |
| 9 | expires_at?: string; |
| 10 | } |
| 11 | |
| 12 | export interface GitHubAuthSource { |
| 13 | label: string; |
nothing calls this directly
no outgoing calls
no test coverage detected