2022-07-13 07:23:48 -05:00
# openapi.model.LoginResponseDto
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2023-11-09 10:14:15 -05:00
**accessToken** | **String ** | |
**isAdmin** | **bool ** | |
2023-11-11 20:03:32 -05:00
**name** | **String ** | |
2023-11-09 10:14:15 -05:00
**profileImagePath** | **String ** | |
**shouldChangePassword** | **bool ** | |
**userEmail** | **String ** | |
**userId** | **String ** | |
2022-07-13 07:23:48 -05:00
[[Back to Model list]](../README.md#documentation -for-models) [[Back to API list]](../README.md#documentation -for-api-endpoints) [[Back to README]](../README.md)