Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ITokenCacheAccessAspect Interface

Package:
com.microsoft.aad.msal4j
Maven Artifact:
com.microsoft.azure:msal4j:1.19.1

public interface ITokenCacheAccessAspect

Interface representing operation of executing code before and after cache access.

For more details, see https://aka.ms/msal4j-token-cache

Method Details

afterCacheAccess

public abstract void afterCacheAccess(ITokenCacheAccessContext iTokenCacheAccessContext)

Parameters:

iTokenCacheAccessContext

beforeCacheAccess

public abstract void beforeCacheAccess(ITokenCacheAccessContext iTokenCacheAccessContext)

Parameters:

iTokenCacheAccessContext

Applies to