PublicClientApplicationBuilder.Build 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.
Builds an instance of IPublicClientApplication from the parameters set in the PublicClientApplicationBuilder.
public Microsoft.Identity.Client.IPublicClientApplication Build ();
member this.Build : unit -> Microsoft.Identity.Client.IPublicClientApplication
Public Function Build () As IPublicClientApplication
Returns
An instance of IPublicClientApplication
Exceptions
Thrown when errors occur locally in the library itself (for example, because of incorrect configuration).