We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca0dd7c commit 1052331Copy full SHA for 1052331
src/FusionAuthClient.ts
@@ -9502,6 +9502,9 @@ export enum OAuthErrorReason {
9502
access_token_required = "access_token_required",
9503
refresh_token_not_found = "refresh_token_not_found",
9504
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",
9508
invalid_client_id = "invalid_client_id",
9509
invalid_expires_in = "invalid_expires_in",
9510
invalid_user_credentials = "invalid_user_credentials",
0 commit comments