UNPKG

next-bungie-auth

Version:

Next Bungie Auth is an open source Next.js library that provides a configurable solution for authenticating your users with Bungie.net

4 lines (3 loc) 213 B
import type { NextBungieAuthConfig, NextBungieAuthConfigRequiredKeys } from "../types"; /** @internal */ export declare const DefaultBungieAuthConfig: Omit<NextBungieAuthConfig, NextBungieAuthConfigRequiredKeys>;