Aracılığıyla paylaş


CredentialSourceLoaderParameters(String, String) Constructor

Definition

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.

Applies to