| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.google.firebase.auth.AuthErrorCode | |
Error codes that can be raised by the Firebase Auth APIs.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AuthErrorCode | CERTIFICATE_FETCH_FAILED | Failed to retrieve public key certificates required to verify JWTs. | |||||||||
| AuthErrorCode | CONFIGURATION_NOT_FOUND | No IdP configuration found for the given identifier. | |||||||||
| AuthErrorCode | EMAIL_ALREADY_EXISTS | A user already exists with the provided email. | |||||||||
| AuthErrorCode | EMAIL_NOT_FOUND | No user record found for the given email, typically raised when generating a password reset link using an email for a user that is not already registered. | |||||||||
| AuthErrorCode | EXPIRED_ID_TOKEN | The specified ID token is expired. | |||||||||
| AuthErrorCode | EXPIRED_SESSION_COOKIE | The specified session cookie is expired. | |||||||||
| AuthErrorCode | INVALID_DYNAMIC_LINK_DOMAIN | The provided dynamic link domain is not configured or authorized for the current project. | |||||||||
| AuthErrorCode | INVALID_ID_TOKEN | The specified ID token is invalid. | |||||||||
| AuthErrorCode | INVALID_SESSION_COOKIE | The specified session cookie is invalid. | |||||||||
| AuthErrorCode | PHONE_NUMBER_ALREADY_EXISTS | A user already exists with the provided phone number. | |||||||||
| AuthErrorCode | REVOKED_ID_TOKEN | The specified ID token has been revoked. | |||||||||
| AuthErrorCode | REVOKED_SESSION_COOKIE | The specified session cookie has been revoked. | |||||||||
| AuthErrorCode | TENANT_ID_MISMATCH | Tenant ID in the JWT does not match. | |||||||||
| AuthErrorCode | TENANT_NOT_FOUND | No tenant found for the given identifier. | |||||||||
| AuthErrorCode | UID_ALREADY_EXISTS | A user already exists with the provided UID. | |||||||||
| AuthErrorCode | UNAUTHORIZED_CONTINUE_URL | The domain of the continue URL is not whitelisted. | |||||||||
| AuthErrorCode | USER_DISABLED | The user record is disabled. | |||||||||
| AuthErrorCode | USER_NOT_FOUND | No user record found for the given identifier. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static AuthErrorCode | valueOf(String name) | ||||||||||
| final static AuthErrorCode[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Failed to retrieve public key certificates required to verify JWTs.
No IdP configuration found for the given identifier.
A user already exists with the provided email.
No user record found for the given email, typically raised when generating a password reset link using an email for a user that is not already registered.
The provided dynamic link domain is not configured or authorized for the current project.
A user already exists with the provided phone number.
The specified session cookie has been revoked.
The domain of the continue URL is not whitelisted. Whitelist the domain in the Firebase console.