UNPKG

electron-oauth-helper

Version:

Easy to use helper library for OAuth1 and OAuth2.

3 lines 184 B
import { WebRequest } from "electron"; export declare const awaitRedirect: (redirectURL: string, webRequest: WebRequest) => Promise<string>; //# sourceMappingURL=awaitRedirect.d.ts.map