AbstractApplicationBuilder<T>.WithClientId(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.
Sets the Client ID of the application
public T WithClientId (string clientId);
member this.WithClientId : string -> 'T
Public Function WithClientId (clientId As String) As T
Parameters
- clientId
- String
Client ID (also known as Application ID) of the application as registered in the application registration portal (https://aka.ms/msal-net-register-app)
Returns
T
The builder to chain the .With methods