Skip to content

Commit fbb0468

Browse files
authored
Add unmet_authentication_requirements error constant
1 parent da7f3a5 commit fbb0468

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/OpenIddict.Abstractions/OpenIddictConstants.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ public static class Errors
242242
public const string SlowDown = "slow_down";
243243
public const string TemporarilyUnavailable = "temporarily_unavailable";
244244
public const string UnauthorizedClient = "unauthorized_client";
245+
public const string UnmetAuthenticationRequirements = "unmet_authentication_requirements";
245246
public const string UnsupportedGrantType = "unsupported_grant_type";
246247
public const string UnsupportedResponseType = "unsupported_response_type";
247248
public const string UnsupportedTokenType = "unsupported_token_type";

0 commit comments

Comments
 (0)