UNPKG

discord-authorize

Version:

A node module for easy authentication with Discord

6 lines 237 B
import { Scopes } from "../../types"; declare function generateLink({ scopes }: { scopes: Scopes[]; }, state: string, clientId: string, redirectUri: string): string; export { generateLink }; //# sourceMappingURL=generateLink.d.ts.map