Microsoft.Identity.Client.Internal.ClientCredential.ClientAssertionStringDelegateCredential
Client assertion provided as a string JWT. Cannot return TokenBindingCertificate (no mTLS preflight).
namespace Microsoft.Identity.Client.Internal.ClientCredential
{
internal sealed class ClientAssertionStringDelegateCredential : IClientCredential
{
public AssertionType AssertionType { get; }
public Task<ClientCredentialApplicationResult> AddConfidentialClientParametersAsync(OAuth2Client oAuth2Client, AuthenticationRequestParameters p, ICryptographyManager _, string tokenEndpoint, CancellationToken ct);
}
}