ConfidentialClientApplicationBuilder.WithClientSecret(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 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