<PackageReference Include="Microsoft.Identity.Client" Version="4.84.2-preview4-GetManagedIdentityCapabilitiesAsync" />

Microsoft.Identity.Client.OAuth2.OAuth2ResponseBase

namespace Microsoft.Identity.Client.OAuth2 { internal class OAuth2ResponseBase { public string Error { get; set; } public string SubError { get; set; } public string ErrorDescription { get; set; } public string[] ErrorCodes { get; set; } public string CorrelationId { get; set; } public string Claims { get; set; } public OAuth2ResponseBase(); } }