---
title: authorizationStatus
framework: exposurenotification
role: symbol
role_heading: Type Property
path: exposurenotification/enmanager/authorizationstatus
---

# authorizationStatus

A property that reports the current authorization status of the app, and never prompts the user.

## Declaration

```swift
class var authorizationStatus: ENAuthorizationStatus { get }
```

## Discussion

Discussion important: This property is available in iOS 12.5, and in iOS 13.5 and later. This property can be used by the app to preflight authorization in order to determine if the user may be prompted.

## See Also

### Configuring the Manager

- [exposureNotificationStatus](exposurenotification/enmanager/exposurenotificationstatus.md)
- [exposureNotificationEnabled](exposurenotification/enmanager/exposurenotificationenabled.md)
- [dispatchQueue](exposurenotification/enmanager/dispatchqueue.md)
