Microsoft.Identity.Client.Internal.ClientCredential.ClientCredentialApplicationResult
Result returned by AddConfidentialClientParametersAsync.
Contains extra data about how the client credential was applied.
Returns the information needed to set JWT-PoP and mTLS transport.
Internal and can be extended in the future to return more data as needed.
Shared default instance for the common case where the credential has no extra data to return.
public ClientCredentialApplicationResult()
public ClientCredentialApplicationResult(bool useJwtPopClientAssertion, X509Certificate2 mtlsCertificate)