• Open up a Zupass popup window on a local popup page, which will redirect to Zupass. Once the action is complete, Zupass will redirect back, and the local page will send a message to its opener and close itself. See zupassPopupSetup and receiveZupassPopupMessage.

    Parameters

    • popupUrl: string

      is a URL to the local page that hosts some JavaScript calling zupassPopupSetup

    • proofUrl: string

      is a URL pointing to Zupass, and should be generated using the construct*url() functions in ../PassportInterface.ts

    Returns Promise<Window | null>

Generated using TypeDoc