ActionCodeMultiFactorInfo

public abstract class ActionCodeMultiFactorInfo extends ActionCodeInfo


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

Summary

Public constructors

Public methods

abstract @NonNull MultiFactorInfo

Returns the corresponding MultiFactorInfo for the out of band action.

Inherited fields

From com.google.firebase.auth.ActionCodeInfo
@NonNull String
@SuppressViolation(value = "hide_members_annotation")
email

Member variable holding the email for this ActionCode Info

Inherited methods

From com.google.firebase.auth.ActionCodeInfo
@NonNull String

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

Public constructors

ActionCodeMultiFactorInfo

public ActionCodeMultiFactorInfo()

Public methods

getMultiFactorInfo

public abstract @NonNull MultiFactorInfo getMultiFactorInfo()

Returns the corresponding MultiFactorInfo for the out of band action.

For REVERT_SECOND_FACTOR_ADDITION, this represents the second factor being reverted.