Files
immich/mobile/openapi/doc/LoginResponseDto.md
Jason Rasmussen 5423f1c25b refactor(server): auth dtos (#4881)
* refactor: auth dtos

* chore: open api
2023-11-09 10:14:15 -05:00

656 B
Generated

openapi.model.LoginResponseDto

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
accessToken String
firstName String
isAdmin bool
lastName String
profileImagePath String
shouldChangePassword bool
userEmail String
userId String

[Back to Model list] [Back to API list] [Back to README]