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

6 lines (5 loc) 191 B
export declare class BungieAuthorizationError extends Error { readonly error: string; readonly error_description: string; constructor(error: string, error_description: string); }