UNPKG

insomnia-plugin-valorant

Version:
7 lines (6 loc) 293 B
/** * Checks if the webview partition has valid login data * If so, the promise resolves with the access token and expiration time * If not, the promise rejects with an error message */ export declare function checkWebViewData(): Promise<import("./parse-auth-redirect").AuthRedirectData>;