immich/mobile/openapi/doc/AuthStatusResponseDto.md

19 lines
684 B
Markdown

# openapi.model.AuthStatusResponseDto
## Load the model package
```dart
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]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)