File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
packages/firebase/externs Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -877,6 +877,29 @@ firebase.auth.ActionCodeInfo.prototype.data;
877
877
*/
878
878
firebase . auth . ActionCodeInfo . prototype . operation ;
879
879
880
+ /**
881
+ * @enum {string}
882
+ * An enumeration of the possible email action types.
883
+ */
884
+ firebase . auth . ActionCodeInfo . Operation = {
885
+ /**
886
+ * The email link sign in email action.
887
+ */
888
+ EMAIL_SIGNIN : 'EMAIL_SIGNIN' ,
889
+ /**
890
+ * The reset password email action.
891
+ */
892
+ PASSWORD_RESET : 'PASSWORD_RESET' ,
893
+ /**
894
+ * The email revocation action.
895
+ */
896
+ RECOVER_EMAIL : 'RECOVER_EMAIL' ,
897
+ /**
898
+ * The email verification action.
899
+ */
900
+ VERIFY_EMAIL : 'VERIFY_EMAIL'
901
+ } ;
902
+
880
903
/**
881
904
* A utility class to parse email action URLs.
882
905
*
You can’t perform that action at this time.
0 commit comments