• Resets the password for the user.

    Parameters

    • token: string

      the reset token recieved as part of the startPasswordReset process

    • password: string

      the new password to be used by the user specified in the token.

    • url: string = ...

      the url to send the login request to.

    Returns Promise<null | KosServiceResponse<unknown>>

    an API response with no value.

    Default Value

    - defaults to the Admin server URL.
    

    See

    resetPassword