ConfidentialClientApplicationBuilder.WithClientSecret(String) Method

Definition

Sets the application secret

public Microsoft.Identity.Client.ConfidentialClientApplicationBuilder WithClientSecret (string clientSecret);
member this.WithClientSecret : string -> Microsoft.Identity.Client.ConfidentialClientApplicationBuilder
Public Function WithClientSecret (clientSecret As String) As ConfidentialClientApplicationBuilder

Parameters

clientSecret
String

Secret string previously shared with AAD at application registration to prove the identity of the application (the client) requesting the tokens

Returns

Applies to