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 6ffb89e commit b39c434Copy full SHA for b39c434
1 file changed
src/main/java/io/fusionauth/domain/oauth2/OAuthError.java
@@ -148,7 +148,11 @@ public enum OAuthErrorReason {
148
149
// reasons for login_required
150
authentication_required,
151
+ email_verification_required,
152
multi_factor_challenge_required,
153
+ registration_missing_requirement,
154
+ registration_required,
155
+ registration_verification_required,
156
157
// reasons for consent_required
158
consent_required
0 commit comments