Firebase. Auth
Summary
Classes |
|
---|---|
Firebase. |
Additional user data returned from an identity provider. |
Firebase. |
The result of operations that can affect authentication state. |
Firebase. |
Authentication credentials for an authentication provider. |
Firebase. |
Use email and password to authenticate. |
Firebase. |
Use an access token provided by Facebook to authenticate. |
Firebase. |
Used to authenticate with Federated Auth Providers. |
Firebase. |
Authenticates with Federated OAuth Providers via the firebase::auth::Auth and firebase::auth::User classes. |
Firebase. |
Contains information to identify an OAuth povider. |
Firebase. |
Contains information required to authenticate with a third party provider. |
Firebase. |
Exception thrown for failed Account Link Attempts. |
Firebase. |
Firebase authentication object. |
Firebase. |
Firebase user account object. |
Firebase. |
Token to maintain current phone number verification session. |
Firebase. |
GameCenter (Apple) auth provider. |
Firebase. |
Use an access token provided by GitHub to authenticate. |
Firebase. |
Use an ID token and access token provided by Google to authenticate. |
Firebase. |
Use an access token provided by Microsoft to authenticate. |
Firebase. |
OAuth2.0+UserInfo auth provider (OIDC compliant and non-compliant). |
Firebase. |
Wraps phone number and verification information for authentication purposes. |
Firebase. |
Options object for configuring phone validation flows in PhoneAuthProvider. |
Firebase. |
Use phone number text messages to authenticate. |
Firebase. |
Use a server auth code provided by Google Play Games to authenticate. |
Firebase. |
Use a token and secret provided by Twitter to authenticate. |
Firebase. |
Interface implemented by each identity provider. |
Firebase. |
Metadata corresponding to a Firebase user. |
Firebase. |
Parameters to the UpdateUserProfile() function. |
Interfaces |
|
---|---|
Firebase. |
Interface implemented by each identity provider. |
Enumerations
AuthError
AuthError
All possible error codes from asynchronous calls.
For error details,
Properties | |
---|---|
AccountExistsWithDifferentCredentials
|
Indicates an account already exists with the same email address but using different sign-in credentials. Account linking is required. Caused by "Sign in with credential" methods. |
AdminRestrictedOperation
|
Indicates that a request was made that is restricted to administrators only. |
ApiNotAvailable
|
This can happen when certain methods on App are performed, when the auth API is not loaded.
|
AppNotAuthorized
|
Indicates the App is not authorized to use Firebase Authentication with the provided API Key. Common error code for all API Methods. On Android this error should no longer occur (as of 2016 v3). Common error code for all API Methods. |
AppNotVerified
|
Indicates that the app could not be verified by Firebase during phone number authentication.
|
AppVerificationFailed
|
Indicates a general failure during the app verification flow.
|
Cancelled
|
Indicates that the operation was cancelled. |
CaptchaCheckFailed
|
Indicates that the reCAPTCHA token is not valid.
|
CredentialAlreadyInUse
|
Indicates an attempt to link with a credential that has already been linked with a different Firebase account. Caused by "Set account info" methods. |
CustomTokenMismatch
|
Indicates the service account and the API key belong to different projects. Caused by "Bring your own auth" methods. |
DynamicLinkNotActivated
|
Indicates that Dynamic Links in the Firebase Console is not activated. |
EmailAlreadyInUse
|
Indicates the email used to attempt a sign up is already in use. Caused by "Set account info" methods. |
EmailChangeNeedsVerification
|
Indicates that a second factor users attempted to change their email with updateEmail instead of verifyBeforeUpdateEmail. |
ExpiredActionCode
|
Indicates the out-of-band authentication code is expired. |
Failure
|
This indicates an internal error. Common error code for all API Methods. |
InvalidActionCode
|
Indicates the out-of-band authentication code is invalid. |
InvalidApiKey
|
Indicates an invalid API key was supplied in the request. For Android these should no longer occur (as of 2016 v3). Common error code for all API Methods. |
InvalidAppCredential
|
Indicates that an invalid APNS device token was used in the verifyClient request.
|
InvalidClientId
|
Indicates that the clientID used to invoke a web flow is invalid.
|
InvalidContinueUri
|
Indicates that the domain specified in the continue URI is not valid.
|
InvalidCredential
|
Indicates the IDP token or requestUri is invalid. Caused by "Sign in with credential" methods. |
InvalidCustomToken
|
Indicates a validation error with the custom token. This error originates from "bring your own auth" methods. |
InvalidEmail
|
Indicates an invalid email address. Caused by "Sign in with password" methods. |
InvalidLinkDomain
|
Indicates that an FDL domain used for an out of band code flow is either not configured or is unauthorized for the current project. |
InvalidMessagePayload
|
Indicates that there are invalid parameters in the payload during a "send password reset email" attempt. |
InvalidMultiFactorSession
|
Indicates that a second factor challenge request was made containing an invalid proof of first factor sign-in. |
InvalidPhoneNumber
|
Indicates that an invalid phone number was provided. This is caused when the user is entering a phone number for verification. |
InvalidProviderId
|
Indicates that the provider id given for the web operation is invalid. |
InvalidRecipientEmail
|
Indicates that the recipient email is invalid. |
InvalidSender
|
Indicates that the sender email is invalid during a "send password reset email" attempt. |
InvalidTenantId
|
Indicates that a request was made to the backend with an invalid tenant ID. |
InvalidUserToken
|
Indicates user's saved auth credential is invalid, the user needs to sign in again. Caused by requests with an STS id token. |
InvalidVerificationCode
|
Indicates that an invalid verification code was used in the verifyPhoneNumber request. |
InvalidVerificationId
|
Indicates that an invalid verification ID was used in the verifyPhoneNumber request. |
KeychainError
|
Indicates an error occurred while attempting to access the keychain. Common error code for all API Methods.
|
MaximumSecondFactorCountExceeded
|
Indicates that the user has reached the maximum number of allowed second factors and is attempting to enroll another one. |
MissingAppCredential
|
Indicates that the APNS device token is missing in the verifyClient request.
|
MissingAppToken
|
Indicates that the APNs device token could not be obtained. The app may not have set up remote notification correctly, or may have failed to forward the APNs device token to FIRAuth if app delegate swizzling is disabled.
|
MissingClientIdentifier
|
Indicates that a request was made to the backend without a valid client identifier. |
MissingContinueUri
|
Indicates that a continue URI was not provided in a request to the backend which requires one. |
MissingEmail
|
Indicates that an email address was expected but one was not provided. |
MissingIosBundleId
|
Indicates that the iOS bundle ID is missing when an iOS App Store ID is provided.
|
MissingMultiFactorInfo
|
Indicates that a second factor challenge request was made where a second factor identifier was not provided. |
MissingMultiFactorSession
|
Indicates that a second factor challenge request was made without proof of a successful first factor sign-in. |
MissingPassword
|
Represents the error code for when an application attempts to create an email/password account with an empty/null password field.
|
MissingPhoneNumber
|
Indicates that a phone number was not provided during phone number verification.
|
MissingVerificationCode
|
Indicates that the phone auth credential was created with an empty verification code. |
MissingVerificationId
|
Indicates that the phone auth credential was created with an empty verification ID. |
MultiFactorInfoNotFound
|
Indicates that the user does not have a second factor matching the provided identifier. |
NetworkRequestFailed
|
Indicates a network error occurred (such as a timeout, interrupted connection, or unreachable host). These types of errors are often recoverable with a retry. Common error code for all API Methods. |
NoSignedInUser
|
Internal api usage error code when there is no signed-in user and getAccessToken is called.
|
NoSuchProvider
|
Indicates an attempt to unlink a provider that is not linked. Caused by "Link credential" methods. |
None
|
Success. |
NotificationNotForwarded
|
Indicates that the app fails to forward remote notification to FIRAuth.
|
OperationNotAllowed
|
Indicates the administrator disabled sign in with the specified identity provider. Caused by "Set account info" methods. |
PhoneNumberNotFound
|
Indicates that the phone number provided in the MFA sign in flow to be verified does not correspond to a phone second factor for the user. |
ProviderAlreadyLinked
|
Indicates an attempt to link a provider to which the account is already linked. Caused by "Link credential" methods. |
QuotaExceeded
|
Indicates that the project's quota for this operation (SMS messages, sign-ins, account creation) has been exceeded. Try again later. |
RejectedCredential
|
Indicates that credential related request data is invalid. This can occur when there is a project number mismatch (sessionInfo, spatula header, temporary proof), an incorrect temporary proof phone number, or during game center sign in when the user is already signed into a different game center account. |
RequiresRecentLogin
|
Indicates the user has attemped to change email or password more than 5 minutes after signing in, and will need to refresh the credentials. Caused by "Set account info" methods. |
RetryPhoneAuth
|
Thrown when one or more of the credentials passed to a method fail to identify and/or authenticate the user subject of that operation. Inspect the error message to find out the specific cause. |
SecondFactorAlreadyEnrolled
|
Indicates that the user is trying to enroll a second factor that already exists on their account. |
SessionExpired
|
Indicates that the SMS code has expired. |
TenantIdMismatch
|
Indicates that the provided tenant ID does not match the Auth instance's tenant ID. |
TooManyRequests
|
Indicates that too many requests were made to a server method. Common error code for all API methods. |
UnauthorizedDomain
|
Indicates that the domain specified in the continue URL is not white- listed in the Firebase console.
|
Unimplemented
|
Function will be implemented in a later revision of the API. |
UnsupportedFirstFactor
|
Indicates that a user either attempted to enroll in 2FA with an unsupported first factor or is enrolled and attempts a first factor sign in that is not supported for 2FA users. |
UnsupportedTenantOperation
|
Indicates that a request was made to the backend with an associated tenant ID for an operation that does not support multi-tenancy. |
UnverifiedEmail
|
Indicates that the user's email must be verified to perform that request. |
UserDisabled
|
Indicates the user’s account is disabled on the server. Caused by "Sign in with credential" methods. |
UserMismatch
|
Indicates that an attempt was made to reauthenticate with a user which is not the current user. |
UserNotFound
|
Indicates the user account was not found. Send password request email error code. Common error code for all API methods. |
UserTokenExpired
|
Indicates the saved token has expired. For example, the user may have changed account password on another device. The user needs to sign in again on the device that made this request. Caused by requests with an STS id token. |
WeakPassword
|
Indicates an attempt to set a password that is considered too weak. |
WebContextAlreadyPresented
|
Indicates that an attempt was made to present a new web context while one was already being presented. |
WebContextCancelled
|
Indicates that the URL presentation was cancelled prematurely by the user. |
WebInternalError
|
Indicates that an internal error occurred during a web operation. |
WebStorateUnsupported
|
Indicates that 3rd party cookies or data are disabled, or that there was a problem with the browser. |
WrongPassword
|
Indicates the user attempted sign in with a wrong password. Caused by "Sign in with password" methods. |