UNPKG

@imolinelli/ionic-appauth

Version:

Intergration for OpenId/AppAuth-JS into Ionic V3/4/5

7 lines (6 loc) 226 B
import { Browser } from "../auth-browser"; export declare class CordovaBrowser extends Browser { private inAppBrowserRef; closeWindow(): Promise<void>; showWindow(url: string): Promise<string | undefined>; }