---
title: authorized
framework: corelocation
role: symbol
role_heading: Type Property
path: corelocation/clauthorizationstatus/authorized
---

# authorized

The user authorized the app to use location services.

## Declaration

```swift
static var authorized: CLAuthorizationStatus { get }
```

## See Also

### Getting the authorization status

- [CLAuthorizationStatus.notDetermined](corelocation/clauthorizationstatus/notdetermined.md)
- [CLAuthorizationStatus.restricted](corelocation/clauthorizationstatus/restricted.md)
- [CLAuthorizationStatus.denied](corelocation/clauthorizationstatus/denied.md)
- [CLAuthorizationStatus.authorizedAlways](corelocation/clauthorizationstatus/authorizedalways.md)
- [CLAuthorizationStatus.authorizedWhenInUse](corelocation/clauthorizationstatus/authorizedwheninuse.md)
