Azure.Identity.TokenCachePersistenceOptions
Options controlling the storage of the token cache.
namespace Azure.Identity
{
public class TokenCachePersistenceOptions
{
public string Name { get; set; }
public bool UnsafeAllowUnencryptedStorage { get; set; }
public TokenCachePersistenceOptions();
}
}