Azure.Identity.UnsafeTokenCacheOptions
Options controlling the storage of the token cache.
namespace Azure.Identity
{
public abstract class UnsafeTokenCacheOptions : TokenCachePersistenceOptions
{
protected UnsafeTokenCacheOptions();
}
}