Skip to content

Commit 1052331

Browse files
committed
domain build
1 parent ca0dd7c commit 1052331

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/FusionAuthClient.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9502,6 +9502,9 @@ export enum OAuthErrorReason {
95029502
access_token_required = "access_token_required",
95039503
refresh_token_not_found = "refresh_token_not_found",
95049504
refresh_token_type_not_supported = "refresh_token_type_not_supported",
9505+
id_token_invalid = "id_token_invalid",
9506+
unsupported_token_type = "unsupported_token_type",
9507+
token_type_hint_mismatch = "token_type_hint_mismatch",
95059508
invalid_client_id = "invalid_client_id",
95069509
invalid_expires_in = "invalid_expires_in",
95079510
invalid_user_credentials = "invalid_user_credentials",

0 commit comments

Comments
 (0)