We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da7f3a5 commit fbb0468Copy full SHA for fbb0468
src/OpenIddict.Abstractions/OpenIddictConstants.cs
@@ -242,6 +242,7 @@ public static class Errors
242
public const string SlowDown = "slow_down";
243
public const string TemporarilyUnavailable = "temporarily_unavailable";
244
public const string UnauthorizedClient = "unauthorized_client";
245
+ public const string UnmetAuthenticationRequirements = "unmet_authentication_requirements";
246
public const string UnsupportedGrantType = "unsupported_grant_type";
247
public const string UnsupportedResponseType = "unsupported_response_type";
248
public const string UnsupportedTokenType = "unsupported_token_type";
0 commit comments