diff --git a/docs/docs_client.rst b/docs/docs_client.rst index 4ac734955..a2d1b4228 100644 --- a/docs/docs_client.rst +++ b/docs/docs_client.rst @@ -127,9 +127,11 @@ Functions login(email, password, `callback`) ~~~~~ -``Parameters``: +`Parameters`: + - `email` - A `String` which is the email you want to sign in with. - `password` - A `String` which is the password you want to sign in with. - `callback` - A `function` that can take the following parameters: + - `error` - null if there was no error, otherwise it is set. - `token` - if successful, it is the received authorisation token. \ No newline at end of file