ActionCodeMultiFactorInfo

abstract class ActionCodeMultiFactorInfo : ActionCodeInfo


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

Summary

Public constructors

Public functions

abstract MultiFactorInfo

Returns the corresponding MultiFactorInfo for the out of band action.

Inherited functions

From com.google.firebase.auth.ActionCodeInfo
String

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

Inherited properties

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

Member variable holding the email for this ActionCode Info

Public constructors

ActionCodeMultiFactorInfo

ActionCodeMultiFactorInfo()

Public functions

getMultiFactorInfo

abstract fun getMultiFactorInfo(): MultiFactorInfo

Returns the corresponding MultiFactorInfo for the out of band action.

For REVERT_SECOND_FACTOR_ADDITION, this represents the second factor being reverted.