Function ForgotPassword

  • Sends a password reset email to the specified email address.

    Parameters

    Returns Promise<{
        userId: string;
    }>

    user id associated with provided email.

Generated using TypeDoc