nnanh3-msal-browser
Version:
Thư viện đã custom của azure masl có common kèm trong
6 lines • 310 B
TypeScript
import { TokenCacheContext } from "../persistence/TokenCacheContext";
export interface ICachePlugin {
beforeCacheAccess: (tokenCacheContext: TokenCacheContext) => Promise<void>;
afterCacheAccess: (tokenCacheContext: TokenCacheContext) => Promise<void>;
}
//# sourceMappingURL=ICachePlugin.d.ts.map