From a2d40bb1ccae117d14a9b328d0881c40d8e87d97 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Feb 2026 11:44:04 +0000 Subject: [PATCH] Fix alphabetical ordering of UnmetAuthenticationRequirements constant Co-authored-by: kevinchalet <6998306+kevinchalet@users.noreply.github.com> --- src/OpenIddict.Abstractions/OpenIddictConstants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenIddict.Abstractions/OpenIddictConstants.cs b/src/OpenIddict.Abstractions/OpenIddictConstants.cs index 5628d145..9f6401c7 100644 --- a/src/OpenIddict.Abstractions/OpenIddictConstants.cs +++ b/src/OpenIddict.Abstractions/OpenIddictConstants.cs @@ -242,10 +242,10 @@ public static class OpenIddictConstants public const string SlowDown = "slow_down"; public const string TemporarilyUnavailable = "temporarily_unavailable"; public const string UnauthorizedClient = "unauthorized_client"; + public const string UnmetAuthenticationRequirements = "unmet_authentication_requirements"; public const string UnsupportedGrantType = "unsupported_grant_type"; public const string UnsupportedResponseType = "unsupported_response_type"; public const string UnsupportedTokenType = "unsupported_token_type"; - public const string UnmetAuthenticationRequirements = "unmet_authentication_requirements"; } public static class GrantTypes