We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 207d549 commit c76739aCopy full SHA for c76739a
1 file changed
src/main/java/io/fusionauth/domain/oauth2/OAuthError.java
@@ -77,7 +77,10 @@ public enum OAuthErrorReason {
77
access_token_required,
78
79
refresh_token_not_found,
80
- refresh_token_type_not_supported,
+ refresh_token_type_not_supported, // Deprecated
81
+ id_token_invalid,
82
+ unsupported_token_type,
83
+ token_type_hint_mismatch,
84
85
// Invalid request parameters
86
invalid_client_id,
0 commit comments