MsalProviderOptions.Cache Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the msal.js cache options.
public:
property Microsoft::Authentication::WebAssembly::Msal::Models::MsalCacheOptions ^ Cache { Microsoft::Authentication::WebAssembly::Msal::Models::MsalCacheOptions ^ get(); void set(Microsoft::Authentication::WebAssembly::Msal::Models::MsalCacheOptions ^ value); };
public Microsoft.Authentication.WebAssembly.Msal.Models.MsalCacheOptions Cache { get; set; }
member this.Cache : Microsoft.Authentication.WebAssembly.Msal.Models.MsalCacheOptions with get, set
Public Property Cache As MsalCacheOptions