UNPKG

@axa-fr/oidc-client

Version:

OpenID Connect & OAuth authentication using native javascript only, compatible with angular, react, vue, svelte, next, etc.

3 lines 236 B
export declare const getFromCache: (localStorageKey: any, storage: Storage, timeCacheSecond: any) => any; export declare const setCache: (localStorageKey: any, result: any, storage?: Storage) => void; //# sourceMappingURL=cache.d.ts.map