---
title: HKAuthorizationStatus.notDetermined
framework: healthkit
role: symbol
role_heading: Case
path: healthkit/hkauthorizationstatus/notdetermined
---

# HKAuthorizationStatus.notDetermined

The user has not yet chosen to authorize access to the specified data type.

## Declaration

```swift
case notDetermined
```

## Discussion

Discussion Make sure your app requests proper authorization before calling any other HealthKit methods. For more information on setting up HealthKit, see HealthKit.

## See Also

### Constants

- [HKAuthorizationStatus.sharingDenied](healthkit/hkauthorizationstatus/sharingdenied.md)
- [HKAuthorizationStatus.sharingAuthorized](healthkit/hkauthorizationstatus/sharingauthorized.md)
