public abstract class ActionCodeEmailInfo extends ActionCodeInfo
Holds information regarding out-of-band operations that involve an email change.
Inherited Field Summary
Public Constructor Summary
Public Method Summary
String |
getEmail()
Returns the email on the account after the application of the out-of-band code.
|
abstract String |
getPreviousEmail()
Returns the email on the account before the application of the out-of-band
code.
|
Inherited Method Summary
Public Constructors
public ActionCodeEmailInfo ()
Public Methods
public String getEmail ()
Returns the email on the account after the application of the out-of-band code.
public abstract String getPreviousEmail ()
Returns the email on the account before the application of the out-of-band code.