UNPKG

@auth/nextjs

Version:

Authentication for Next.js.

5 lines 312 B
import type { AuthConfig } from "@auth/core"; import type { OAuthProviderType } from "@auth/core/providers"; export declare const providersEnv: Record<OAuthProviderType, [string | undefined, string | undefined]>; export declare function setEnvDefaults(config: AuthConfig): void; //# sourceMappingURL=env.d.ts.map