ActionCodeInfo

abstract classActionCodeInfo

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

Public constructors

Public functions

String

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

Protected properties

String
@SuppressViolation(value = "hide_members_annotation")
email

Member variable holding the email for this ActionCode Info

Public constructors

ActionCodeInfo

ActionCodeInfo()

Public functions

getEmail

fun getEmail(): String

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

Protected properties

email

@SuppressViolation(value = "hide_members_annotation")
protected val emailString

Member variable holding the email for this ActionCode Info

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-07-21 UTC.