# openapi.model.AuthStatusResponseDto ## Load the model package ```dart import 'package:openapi/api.dart'; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **expiresAt** | **Optional** | Session expiration date | [optional] **isElevated** | **bool** | Is elevated session | **password** | **bool** | Has password set | **pinCode** | **bool** | Has PIN code set | **pinExpiresAt** | **Optional** | 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)