---
title: alwaysAuthorizationDenied
framework: corelocation
role: symbol
role_heading: Instance Property
path: corelocation/clservicesessiondiagnostic/alwaysauthorizationdenied
---

# alwaysAuthorizationDenied

A Boolean value that indicates someone has not granted the always authorization to your app.

## Declaration

```occ
@property (nonatomic, readonly) BOOL alwaysAuthorizationDenied;
```

## Discussion

Discussion This property is true in the CLServiceSessionDiagnostic of a CLServiceSession created with an CLServiceSession.AuthorizationRequirement.always  goal if someone denies the app that authorization; otherwise false.
