FirebaseAuth Framework Reference Stay organized with collections Save and categorize content based on your preferences.
ActionCodeURL
@objc(FIRActionCodeURL)openclassActionCodeURL:NSObject,@uncheckedSendableThis class will allow developers to easily extract information about out of band links.
Returns the API key from the link. nil, if not provided.
Declaration
Swift
@objc(APIKey)publicletapiKey:String?Returns the mode of oob action.
The property will be of
ActionCodeOperationtype.It will return.unknownif no oob action is provided.Declaration
Swift
@objcpublicletoperation:ActionCodeOperationReturns the email action code from the link. nil, if not provided.
Declaration
Swift
@objcpublicletcode:String?Returns the continue URL from the link. nil, if not provided.
Declaration
Swift
@objcpublicletcontinueURL:URL?Returns the language code from the link. nil, if not provided.
Declaration
Swift
@objcpublicletlanguageCode:String?Construct an
ActionCodeURLfrom an out of band link (e.g. email link).Declaration
Swift
@objc(actionCodeURLWithLink:)publicinit?(link:String)Parameters
linkThe oob link string used to construct the action code URL.
Return Value
The ActionCodeURL object constructed based on the oob link provided.
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-25 UTC.