<PackageReference Include="Microsoft.Identity.Client" Version="4.85.1" />

Microsoft.Identity.Client.Internal.ClientCredential.CredentialContext

sealed class CredentialContext
public string Authority { get; set; }

public string Claims { get; set; }

public string ClientAssertionFmiPath { get; set; }

public IEnumerable<string> ClientCapabilities { get; set; }

public string ClientId { get; set; }

public Guid CorrelationId { get; set; }

public string ExtraClientAssertionClaims { get; set; }

public ILoggerAdapter Logger { get; set; }

public CredentialTransportProtocol Mode { get; set; }

public bool SendX5C { get; set; }

public string TenantId { get; set; }

public string TokenEndpoint { get; set; }

public bool UseSha2 { get; set; }