---
title: AuthorizationStatus.notDetermined
framework: financekit
role: symbol
role_heading: Case
path: financekit/authorizationstatus/notdetermined
---

# AuthorizationStatus.notDetermined

A person has not chosen whether the app can use FinanceKit services.

## Declaration

```swift
case notDetermined
```

## See Also

### Enumeration Cases

- [AuthorizationStatus.authorized](financekit/authorizationstatus/authorized.md)
- [AuthorizationStatus.denied](financekit/authorizationstatus/denied.md)
