# \AuthenticationApi
All URIs are relative to *http://localhost:8787*
[**create_login**](AuthenticationApi.md#create_login) | **POST** /login |
[**get_logout**](AuthenticationApi.md#get_logout) | **GET** /logout |
## create_login
> create_login(return_url, username, password, remember_me)
### Parameters
**return_url** | Option<**String**> | | |
**username** | Option<**String**> | | |
**password** | Option<**String**> | | |
**remember_me** | Option<**String**> | | |
### Return type
(empty response body)
### Authorization
[apikey](../README.md#apikey), [X-Api-Key](../README.md#X-Api-Key)
### HTTP request headers
- **Content-Type**: multipart/form-data
- **Accept**: Not defined
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## get_logout
> get_logout()
### Parameters
This endpoint does not need any parameter.
### Return type
(empty response body)
### Authorization
[apikey](../README.md#apikey), [X-Api-Key](../README.md#X-Api-Key)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: Not defined
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)