mirror of
https://github.com/immich-app/immich.git
synced 2024-12-17 12:22:31 +02:00
b8313abfa8
* feat: manage authorized devices * chore: open api * get header from mobile app * write header from mobile app * styling * fix unit test * feat: use relative time * feat: update access time * fix: tests * chore: confirm wording * chore: bump test coverage thresholds * feat: add some icons * chore: icon tweaks --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
21 lines
574 B
Markdown
Generated
21 lines
574 B
Markdown
Generated
# openapi.model.AuthDeviceResponseDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**id** | **String** | |
|
|
**createdAt** | **String** | |
|
|
**updatedAt** | **String** | |
|
|
**current** | **bool** | |
|
|
**deviceType** | **String** | |
|
|
**deviceOS** | **String** | |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|