UNPKG

discord-authorize

Version:

A node module for easy authentication with Discord

7 lines 274 B
import { snowflake } from "../../global"; declare function getTokens(code: string, clientId: snowflake, clientSecret: string, redirectUri: string): Promise<{ accessToken: string; refreshToken: string; }>; export { getTokens }; //# sourceMappingURL=getTokens.d.ts.map