BaseAbstractApplicationBuilder<T>.WithOptions 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.
Sets application options, which can, for instance have been read from configuration files. See https://aka.ms/msal-net-application-configuration.
protected T WithOptions (Microsoft.Identity.Client.BaseApplicationOptions applicationOptions);
member this.WithOptions : Microsoft.Identity.Client.BaseApplicationOptions -> 'T
Protected Function WithOptions (applicationOptions As BaseApplicationOptions) As T
Parameters
- applicationOptions
- BaseApplicationOptions
Application options
Returns
T
The builder to chain the .With methods