• Asks the server to send the given email address a confirmation email that contains a token which can be used to login/reset an account.

    In dev mode, can return the token rather than sending it to the email, to speed up the development loop.

    Never rejects. All information encoded in the resolved response.

    Parameters

    • zupassServerUrl: string
    • email: string
    • force: boolean

    Returns Promise<ConfirmEmailResult>

Generated using TypeDoc