ActionCodeInfo

public abstract class ActionCodeInfo

Known direct subclasses
ActionCodeEmailInfo

Holds information regarding out-of-band operations that involve an email change.

ActionCodeMultiFactorInfo

Holds information regarding out of band operations that involve an multi-factor authentication.


Holds information regarding different out of band operations.

Summary

Protected fields

@NonNull String
@SuppressViolation(value = "hide_members_annotation")
email

Member variable holding the email for this ActionCode Info

Public constructors

Public methods

@NonNull String

Returns the current email associated with the account, which may be changed as a result of the Operation performed.

Protected fields

email

@SuppressViolation(value = "hide_members_annotation")
protected @NonNull String email

Member variable holding the email for this ActionCode Info

Public constructors

ActionCodeInfo

public ActionCodeInfo()

Public methods

getEmail

public @NonNull String getEmail()

Returns the current email associated with the account, which may be changed as a result of the Operation performed.