UNPKG

@codesmith-99/ionic-appauth-test

Version:

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

8 lines (7 loc) 306 B
import { StorageBackend } from '@openid/appauth'; export declare class CapacitorStorage implements StorageBackend { getItem(name: string): Promise<string | null>; removeItem(name: string): Promise<void>; clear(): Promise<void>; setItem(name: string, value: string): Promise<void>; }