You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| [operation](./auth-cordova.actioncodeinfo.md#actioncodeinfooperation) | (typeof [ActionCodeOperationMap](./auth-cordova.md#actioncodeoperation)<!-- -->)\[keyoftypeof [ActionCodeOperationMap](./auth-cordova.md#actioncodeoperation)<!-- -->\] |Thetypeof operation that generated the action code. |
27
+
28
+
## ActionCodeInfo.data
29
+
30
+
Thedataassociatedwiththeactioncode.
31
+
32
+
Forthe [ActionCodeOperation](./auth-cordova.md#actioncodeoperation)<!---->.PASSWORD\_RESET, [ActionCodeOperation](./auth-cordova.md#actioncodeoperation)<!---->.VERIFY\_EMAIL, and [ActionCodeOperation](./auth-cordova.md#actioncodeoperation)<!---->.RECOVER\_EMAILactions, thisobjectcontainsanemailfieldwiththeaddresstheemailwassentto.
33
+
34
+
Forthe [ActionCodeOperation](./auth-cordova.md#actioncodeoperation)<!---->.RECOVER\_EMAILaction, whichallowsausertoundoanemailaddresschange, thisobjectalsocontainsa`previousEmail`fieldwiththeuseraccount's current email address. After the action completes, the user'semailaddresswillreverttothevalueinthe`email`fieldfromthevaluein`previousEmail`field.
35
+
36
+
Forthe [ActionCodeOperation](./auth-cordova.md#actioncodeoperation)<!---->.VERIFY\_AND\_CHANGE\_EMAILaction, whichallowsausertoverifytheemailbeforeupdatingit, thisobjectcontainsa`previousEmail`fieldwiththeuseraccount's email address before updating. After the action completes, the user'semailaddresswillbeupdatedtothevalueinthe`email`fieldfromthevaluein`previousEmail`field.
0 commit comments