<PackageReference Include="Azure.Core" Version="1.53.0" />

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(); } }