---
title: PHAuthorizationStatus.denied
framework: photos
role: symbol
role_heading: Case
path: photos/phauthorizationstatus/denied
---

# PHAuthorizationStatus.denied

The user explicitly denied this app access to the photo library.

## Declaration

```swift
case denied
```

## See Also

### Status Types

- [PHAuthorizationStatus.notDetermined](photos/phauthorizationstatus/notdetermined.md)
- [PHAuthorizationStatus.restricted](photos/phauthorizationstatus/restricted.md)
- [PHAuthorizationStatus.authorized](photos/phauthorizationstatus/authorized.md)
- [PHAuthorizationStatus.limited](photos/phauthorizationstatus/limited.md)
