Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ICachePlugin interface
- Package:
- @azure/msal-node
Properties
| afterCacheAccess |
| beforeCacheAccess |
Property Details
afterCacheAccess
afterCacheAccess: (tokenCacheContext: TokenCacheContext) => Promise<void>
Property Value
(tokenCacheContext: TokenCacheContext) => Promise<void>
beforeCacheAccess
beforeCacheAccess: (tokenCacheContext: TokenCacheContext) => Promise<void>
Property Value
(tokenCacheContext: TokenCacheContext) => Promise<void>
