• Sends a request to the server to add a new email address to a user's account.

    Never rejects. All information encoded in the resolved response.

    Parameters

    • zupassServerUrl: string
    • newEmail: string
    • pcd: SerializedPCD<SemaphoreSignaturePCD>
    • Optional confirmationCode: string

      If absent, requests a confirmation code; if present redeems it and performs the update.

    Returns Promise<AddUserEmailResult>

Generated using TypeDoc