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

Microsoft.Identity.Client.OAuth2.OAuth2ResponseBaseClaim

namespace Microsoft.Identity.Client.OAuth2 { internal class OAuth2ResponseBaseClaim { public const string Claims = "claims"; public const string Error = "error"; public const string SubError = "suberror"; public const string ErrorDescription = "error_description"; public const string ErrorCodes = "error_codes"; public const string CorrelationId = "correlation_id"; public OAuth2ResponseBaseClaim(); } }