Skip to content

Commit c76739a

Browse files
committed
domain build
1 parent 207d549 commit c76739a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/main/java/io/fusionauth/domain/oauth2/OAuthError.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,10 @@ public enum OAuthErrorReason {
7777
access_token_required,
7878

7979
refresh_token_not_found,
80-
refresh_token_type_not_supported,
80+
refresh_token_type_not_supported, // Deprecated
81+
id_token_invalid,
82+
unsupported_token_type,
83+
token_type_hint_mismatch,
8184

8285
// Invalid request parameters
8386
invalid_client_id,

0 commit comments

Comments
 (0)