StaticparseParses the email action link string and returns an ActionCodeURL if the link is valid, otherwise returns null.
The email action link string.
The ActionCodeURL object, or null if the link is invalid.
ReadonlyapiThe API key of the email action link.
ReadonlycodeThe action code of the email action link.
ReadonlycontinueThe continue URL of the email action link. Null if not provided.
ReadonlylanguageThe language code of the email action link. Null if not provided.
ReadonlyoperationThe action performed by the email action link.
ReadonlytenantThe tenant ID of the email action link. Null if the email action is from the parent project.
A structure to help parse out the different components involved in an action link URL.