Browse Source
Add unmet_authentication_requirements error constant
pull/2429/head
Copilot
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
src/OpenIddict.Abstractions/OpenIddictConstants.cs
|
|
|
@ -242,6 +242,7 @@ 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"; |
|
|
|
|