ActionCodeEmailInfo

public abstract classActionCodeEmailInfo extendsActionCodeInfo


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

Summary

Public constructors

Public methods

@NonNullString

Returns the email on the account after the application of the out-of-band code.

abstract @NonNullString

Returns the email on the account before the application of the out-of-band code.

Inherited fields

Fromcom.google.firebase.auth.ActionCodeInfo
@NonNullString
@SuppressViolation(value = "hide_members_annotation")
email

Member variable holding the email for this ActionCode Info

Public constructors

ActionCodeEmailInfo

public ActionCodeEmailInfo()

Public methods

getEmail

public @NonNullString getEmail()

Returns the email on the account after the application of the out-of-band code.

getPreviousEmail

public abstract @NonNullString getPreviousEmail()

Returns the email on the account before the application of the out-of-band code.

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.