immich/mobile/openapi/doc/LoginResponseDto.md

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

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