mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
755 B
755 B
openapi.model.LoginResponseDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| accessToken | String | Access token | |
| isAdmin | bool | Is admin user | |
| isOnboarded | bool | Is onboarded | |
| name | String | User name | |
| profileImagePath | String | Profile image path | |
| shouldChangePassword | bool | Should change password | |
| userEmail | String | User email | |
| userId | String | User ID |