com.google.firebase.auth.ActionCodeResult |
Interface for holding the information related to an out of band code.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ActionCodeResult.ActionDataKey | Keys to access the account information related to an out of band code. | ||||||||||
ActionCodeResult.Operation | Holds the possible operations that an out of band code can perform, which are password reset, verify email, and recover email. |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | Represents an ActionCodeResult.ActionDataKey which is used to key calls to getData(int) . |
||||||||||
int | ERROR | Represents an ActionCodeResult.Operation signifying that there was some error in determining what the
out of band code is for. |
|||||||||
int | FROM_EMAIL | Represents an ActionCodeResult.ActionDataKey which is used to key calls to getData(int) . |
|||||||||
int | PASSWORD_RESET | Represents an ActionCodeResult.Operation signifying that the out of band code was for a password reset. |
|||||||||
int | RECOVER_EMAIL | Represents an ActionCodeResult.Operation signifying that the out of band code was for email recovery. |
|||||||||
int | VERIFY_EMAIL | Represents an ActionCodeResult.Operation signifying that the out of band code was for email
verification. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Getter for fields pertaining to the operation being performed.
| |||||||||||
Returns the
ActionCodeResult.Operation for which this out of band code was intended. |
Represents an ActionCodeResult.ActionDataKey
which is used to key calls to getData(int)
. This
signifies the email before the application of the out of band code.
Represents an ActionCodeResult.Operation
signifying that there was some error in determining what the
out of band code is for.
Represents an ActionCodeResult.ActionDataKey
which is used to key calls to getData(int)
. This
signifies the current email associated with the account, which may have changed as a result of
the ActionCodeResult.Operation
performed.
Represents an ActionCodeResult.Operation
signifying that the out of band code was for a password reset.
Represents an ActionCodeResult.Operation
signifying that the out of band code was for email recovery.
Represents an ActionCodeResult.Operation
signifying that the out of band code was for email
verification.
Getter for fields pertaining to the operation being performed. Keyed by ActionCodeResult.ActionDataKey
.
Parameters | |
---|---|
key |
int
|
Returns | |
---|---|
String |
Returns the ActionCodeResult.Operation
for which this out of band code was intended.
Returns | |
---|---|
int |