Index
Constructors
Properties
Methods
Constructors
Private constructor
-
Returns ActionCodeURL
Properties
apiKey
The API key of the email action link.
code
The action code of the email action link.
continueUrl
The continue URL of the email action link. Null if not provided.
languageCode
The language code of the email action link. Null if not provided.
operation
The action performed by the email action link. It returns from one of the types from firebase.auth.ActionCodeInfo.
tenantId
The tenant ID of the email action link. Null if the email action is from the parent project.
Methods
Static parseLink
-
Parses the email action link string and returns an ActionCodeURL object if the link is valid, otherwise returns null.
Parameters
-
link: string
The email action link string.
Returns ActionCodeURL | null
The ActionCodeURL object, or null if the link is invalid.
-
A utility class to parse email action URLs.