PublicClientApplicationBuilder.Create(String) 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 a clientID. See https://aka.ms/msal-net-application-configuration
public static Microsoft.Identity.Client.PublicClientApplicationBuilder Create (string clientId);
static member Create : string -> Microsoft.Identity.Client.PublicClientApplicationBuilder
Public Shared Function Create (clientId As String) As PublicClientApplicationBuilder
Parameters
- clientId
- String
Client ID (also known as App ID) of the application as registered in the application registration portal (https://aka.ms/msal-net-register-app)/.
Returns
A PublicClientApplicationBuilder from which to set more parameters, and to create a public client application instance