Azure.Identity.TokenCachePersistenceOptions
Options controlling the storage of the token cache.
Name uniquely identifying the TokenCachePersistenceOptions.
If set to true the token cache may be persisted as an unencrypted file if no OS level user encryption is available. When set to false the token cache
will throw a CredentialUnavailableException in the event no OS level user encryption is available.
public TokenCachePersistenceOptions()
Creates a new instance of TokenCachePersistenceOptions.