Microsoft.Identity.Client.Extensions.Msal.StorageCreationProperties
An immutable class containing information required to instantiate storage objects for MSAL caches in various platforms.
The name of the directory containing the cache file.
The name of the cache file.
Additional linux keyring attribute.
Additional linux keyring attribute.
The linux keyring collection.
The linux keyring schema name.
The linux keyring secret label.
The number of time to retry the lock if it is contended and retrying is possible
The delay between retries if a lock is contended and a retry is requested. (in ms)
The mac keychain account name.
The mac keychain service name.
Flag which indicates that a plaintext file will be used on Linux for secret storage
Flag which indicates that a plaintext file will be used on all OSes for secret storage
The authority
Gets the full path to the cache file, combining the directory and filename.
The client id.