The Firebase JS SDK is now in BETA!
This EAP site is no longer maintained. See the official Firebase Documentation site for the latest documentation and information about the Firebase JS SDK.

Home > @firebase/auth > ActionCodeInfo

ActionCodeInfo interface

A response from checkActionCode().

Signature:

export interface ActionCodeInfo 

Properties

Property Type Description
data { email?: string | null; multiFactorInfo?: MultiFactorInfo | null; previousEmail?: string | null; } The data associated with the action code.
operation ActionCodeOperation The type of operation that generated the action code.