CredentialSourceLoaderParameters(String, String) Constructor
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.
Initialize the CredentialSourceLoaderParameters from the application ID and authority.
public CredentialSourceLoaderParameters (string clientId, string authority);
new Microsoft.Identity.Abstractions.CredentialSourceLoaderParameters : string * string -> Microsoft.Identity.Abstractions.CredentialSourceLoaderParameters
Public Sub New (clientId As String, authority As String)
Parameters
- clientId
- String
Application ID of the confidential client application that wants to use these credentials as client credentials
- authority
- String
Authority (Cloud instance and tenant) to which the credential will be presented.