File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ export type ErrorCode =
14
14
| 'no_authorization'
15
15
| 'user_not_found'
16
16
| 'session_not_found'
17
+ | 'session_expired'
18
+ | 'refresh_token_not_found'
19
+ | 'refresh_token_already_used'
17
20
| 'flow_state_not_found'
18
21
| 'flow_state_expired'
19
22
| 'signup_disabled'
@@ -69,3 +72,18 @@ export type ErrorCode =
69
72
| 'over_email_send_rate_limit'
70
73
| 'over_sms_send_rate_limit'
71
74
| 'bad_code_verifier'
75
+ | 'anonymous_provider_disabled'
76
+ | 'hook_timeout'
77
+ | 'hook_timeout_after_retry'
78
+ | 'hook_payload_over_size_limit'
79
+ | 'hook_payload_invalid_content_type'
80
+ | 'request_timeout'
81
+ | 'mfa_phone_enroll_not_enabled'
82
+ | 'mfa_phone_verify_not_enabled'
83
+ | 'mfa_totp_enroll_not_enabled'
84
+ | 'mfa_totp_verify_not_enabled'
85
+ | 'mfa_webauthn_enroll_not_enabled'
86
+ | 'mfa_webauthn_verify_not_enabled'
87
+ | 'mfa_verified_factor_exists'
88
+ | 'invalid_credentials'
89
+ | 'email_address_not_authorized'
You can’t perform that action at this time.
0 commit comments