Microsoft.Identity.Client.Extensions.Msal.ICacheAccessor
interface ICacheAccessor
void Clear()
Deletes the cache
Create an ICacheAccessor that can be used for validating persistence. This must
be similar but not identical to the current accessor, so that to avoid overwriting an actual token cache
byte[] Read()
Reads the cache
Writes the cache