BaseAbstractApplicationBuilder<T>.WithExperimentalFeatures Method
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.
Allows usage of experimental features and APIs. If this flag is not set, experimental features will throw an exception. For details see https://aka.ms/msal-net-experimental-features
public T WithExperimentalFeatures (bool enableExperimentalFeatures = true);
member this.WithExperimentalFeatures : bool -> 'T
Public Function WithExperimentalFeatures (Optional enableExperimentalFeatures As Boolean = true) As T
Parameters
- enableExperimentalFeatures
- Boolean
Returns
T
Remarks
Changes in the public API of experimental features will not result in an increment of the major version of this library. For these reason we advise against using these features in production.