FirebaseAuth Framework Reference

ActionCodeURL

@objc(FIRActionCodeURL)openclassActionCodeURL:NSObject,@uncheckedSendable

This 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 ofActionCodeOperation type.It will return.unknown if no oob action is provided.

    Declaration

    Swift

    @objcpublicletoperation:ActionCodeOperation
  • Returns 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 anActionCodeURL from an out of band link (e.g. email link).

    Declaration

    Swift

    @objc(actionCodeURLWithLink:)publicinit?(link:String)

    Parameters

    link

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