UNPKG

@imolinelli/ionic-appauth

Version:

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

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