PublicClientApplicationBuilder.CreateWithApplicationOptions 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.
Creates a PublicClientApplicationBuilder from public client application configuration options. See https://aka.ms/msal-net-application-configuration
public static Microsoft.Identity.Client.PublicClientApplicationBuilder CreateWithApplicationOptions (Microsoft.Identity.Client.PublicClientApplicationOptions options);
static member CreateWithApplicationOptions : Microsoft.Identity.Client.PublicClientApplicationOptions -> Microsoft.Identity.Client.PublicClientApplicationBuilder
Public Shared Function CreateWithApplicationOptions (options As PublicClientApplicationOptions) As PublicClientApplicationBuilder
Parameters
- options
- PublicClientApplicationOptions
Public client applications configuration options
Returns
A PublicClientApplicationBuilder from which to set more parameters, and to create a public client application instance