BaseAbstractApplicationBuilder<T>.WithExperimentalFeatures Method

Definition

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.

Applies to