ActionCodeInfo

public 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

Protected fields

@NonNullString
@SuppressViolation(value = "hide_members_annotation")
email

Member variable holding the email for this ActionCode Info

Public constructors

Public methods

@NonNullString

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

Protected fields

email

@SuppressViolation(value = "hide_members_annotation")
protected @NonNullString email

Member variable holding the email for this ActionCode Info

Public constructors

ActionCodeInfo

public ActionCodeInfo()

Public methods

getEmail

public @NonNullString getEmail()

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

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.