mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
684 B
684 B
openapi.model.AuthStatusResponseDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| expiresAt | Optional<String?> | Session expiration date | [optional] |
| isElevated | bool | Is elevated session | |
| password | bool | Has password set | |
| pinCode | bool | Has PIN code set | |
| pinExpiresAt | Optional<String?> | PIN expiration date | [optional] |