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. |