UNPKG

nnanh3-msal-browser

Version:

Thư viện đã custom của azure masl có common kèm trong

6 lines 310 B
import { TokenCacheContext } from "../persistence/TokenCacheContext"; export interface ICachePlugin { beforeCacheAccess: (tokenCacheContext: TokenCacheContext) => Promise<void>; afterCacheAccess: (tokenCacheContext: TokenCacheContext) => Promise<void>; } //# sourceMappingURL=ICachePlugin.d.ts.map