Microsoft.Identity.Client.Internal.ClientCredential.IClientCredential
interface IClientCredential
Task<CredentialMaterial> GetCredentialMaterialAsync(CredentialContext context, CancellationToken cancellationToken)
Resolves credential material for a single token request.
The returned CredentialMaterial contains the body parameters to add to
the token request and, optionally, a certificate to use for mTLS transport.