AuthExceptionType enum

Auth exception types

Inheritance

Constructors

AuthExceptionType()
const

Values

invalidEmail → const AuthExceptionType

Specify that the email is not a proper email ID

userDisabled → const AuthExceptionType

Specify that user account is disabled

userNotFound → const AuthExceptionType

Specify that the user with the email id is not registered

wrongPassword → const AuthExceptionType

Tells that the password is not correct

emailAlreadyInUse → const AuthExceptionType

Tells that the email user is using to register is already have used

operationNotAllowed → const AuthExceptionType

due to some reason user is not allowed

weakPassword → const AuthExceptionType

the password user entered is weak

expiredActionCode → const AuthExceptionType

The code is expired

invalidActionCode → const AuthExceptionType

the action code is invalid

missingAndroidPkgName → const AuthExceptionType

An Android Package Name must be provided if the Android App is required to be installed.

missingContinueUri → const AuthExceptionType

A valid continue URL must be provided in the request.

missingIosBundleId → const AuthExceptionType

The request is missing a Bundle ID.

unauthorizedContinueUri → const AuthExceptionType

The domain of the continue URL is not whitelisted. Whitelist the domain in the Firebase Console.

unknown → const AuthExceptionType

unknown error

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<AuthExceptionType>
A constant List of the values in this enum, in order of their declaration.