UNPKG

@imolinelli/ionic-appauth

Version:

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

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