Stay organized with collections
Save and categorize content based on your preferences.
Properties
continueUrl
continueUrl: string | null
languageCode
languageCode: string | null
tenantId
tenantId: string | null
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-27 UTC.
[null,null,["Last updated 2022-07-27 UTC."],[],[],null,["- [firebase](/docs/reference/js/v8/firebase).\n- [auth](/docs/reference/js/v8/firebase.auth).\n- ActionCodeURL \nA utility class to parse email action URLs.\n\nIndex\n\nConstructors\n\n- [constructor](/docs/reference/js/v8/firebase.auth.ActionCodeURL#constructor)\n\nProperties\n\n- [apiKey](/docs/reference/js/v8/firebase.auth.ActionCodeURL#apikey)\n- [code](/docs/reference/js/v8/firebase.auth.ActionCodeURL#code)\n- [continueUrl](/docs/reference/js/v8/firebase.auth.ActionCodeURL#continueurl)\n- [languageCode](/docs/reference/js/v8/firebase.auth.ActionCodeURL#languagecode)\n- [operation](/docs/reference/js/v8/firebase.auth.ActionCodeURL#operation)\n- [tenantId](/docs/reference/js/v8/firebase.auth.ActionCodeURL#tenantid)\n\nMethods\n\n- [parseLink](/docs/reference/js/v8/firebase.auth.ActionCodeURL#parselink)\n\nConstructors\n\nPrivate constructor\n\n- new ActionCodeURL ( ) : [ActionCodeURL](/docs/reference/js/v8/firebase.auth.ActionCodeURL)\n-\n\n Returns [ActionCodeURL](/docs/reference/js/v8/firebase.auth.ActionCodeURL)\n\nProperties\n\napiKey \napiKey: string \nThe API key of the email action link.\n\ncode \ncode: string \nThe action code of the email action link.\n\ncontinueUrl \ncontinueUrl: string \\| null \nThe continue URL of the email action link. Null if not provided.\n\nlanguageCode \nlanguageCode: string \\| null \nThe language code of the email action link. Null if not provided.\n\noperation \noperation: [Operation](/docs/reference/js/v8/firebase.auth.ActionCodeInfo#operation) \nThe action performed by the email action link. It returns from one\nof the types from [firebase.auth.ActionCodeInfo](/docs/reference/js/v8/firebase.auth.ActionCodeInfo).\n\ntenantId \ntenantId: string \\| null \nThe tenant ID of the email action link. Null if the email action\nis from the parent project.\n\nMethods\n\nStatic parseLink\n\n- parseLink ( link : string ) : [ActionCodeURL](/docs/reference/js/v8/firebase.auth.ActionCodeURL) \\| null\n- Parses the email action link string and returns an ActionCodeURL object\n if the link is valid, otherwise returns null.\n\n Parameters\n -\n\n link: string \n The email action link string.\n\n Returns [ActionCodeURL](/docs/reference/js/v8/firebase.auth.ActionCodeURL) \\| null\n\nThe ActionCodeURL object, or null if the link is invalid."]]
A utility class to parse email action URLs.