# Interface: ILoginRequest

Perform a login on the server.

## Properties

### body {#body}

> **body**: `object`

The login details.

#### email

> **email**: `string`

The email address for the user.

#### password

> **password**: `string`

The password for the user.
