AbstractApplicationBuilder<T>.WithOptions(ApplicationOptions) 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.ApplicationOptions applicationOptions);
override this.WithOptions : Microsoft.Identity.Client.ApplicationOptions -> 'T
Protected Function WithOptions (applicationOptions As ApplicationOptions) As T
Parameters
- applicationOptions
- ApplicationOptions
Application options
Returns
T
The builder to chain the .With methods