/** * GitHub OAuth Provider Configuration * * Note: GitHub uses OAuth 2.0, not OIDC, so no ID tokens or JWKS */ import type { OAuthProviderConfig } from '../../types.ts'; export declare const GitHubProvider: OAuthProviderConfig;