mirror of
https://github.com/immich-app/immich.git
synced 2025-10-27 08:42:33 -04:00
* feat(web,server): link/unlink oauth account * chore: linting * fix: broken oauth callback * fix: user core bugs * fix: tests * fix: use user response * chore: update docs * feat: prevent the same oauth account from being linked twice * chore: mock logger
737 B
Generated
737 B
Generated
openapi.model.UserResponseDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | ||
| String | |||
| firstName | String | ||
| lastName | String | ||
| createdAt | String | ||
| profileImagePath | String | ||
| shouldChangePassword | bool | ||
| isAdmin | bool | ||
| deletedAt | DateTime | [optional] | |
| oauthId | String |