---
title: HKAuthorizationStatus.sharingDenied
framework: healthkit
role: symbol
role_heading: Case
path: healthkit/hkauthorizationstatus/sharingdenied
---

# HKAuthorizationStatus.sharingDenied

The user has explicitly denied your app permission to save data of the specified type.

## Declaration

```swift
case sharingDenied
```

## See Also

### Constants

- [HKAuthorizationStatus.notDetermined](healthkit/hkauthorizationstatus/notdetermined.md)
- [HKAuthorizationStatus.sharingAuthorized](healthkit/hkauthorizationstatus/sharingauthorized.md)
