insomnia-plugin-valorant
Version:
Adds template tags to Insomnia with Valorant data
8 lines (7 loc) • 376 B
TypeScript
/**
* Opens a popup window to sign in to Riot
* The promise resolves with the access token and expiration time
* If the window is closed, the promise rejects with an error message
* @param context The Insomnia context, used for opening a dialog element
*/
export declare function openWebViewPopup(context: any): Promise<import("./parse-auth-redirect").AuthRedirectData>;