<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INFocusStatusAuthorizationStatus",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INFocusStatusAuthorizationStatus"
  },
  "title" : "INFocusStatusAuthorizationStatus"
}
-->

# INFocusStatusAuthorizationStatus

A constant that indicates whether your app has authorization to access the user’s focus status.

```
enum INFocusStatusAuthorizationStatus
```

## Topics

### Constants

[`case notDetermined`](/documentation/Intents/INFocusStatusAuthorizationStatus/notDetermined)

The user hasn’t chosen whether to grant your app access to their focus status yet.

[`case restricted`](/documentation/Intents/INFocusStatusAuthorizationStatus/restricted)

A restriction prevents your app from accessing the user’s focus status.

[`case denied`](/documentation/Intents/INFocusStatusAuthorizationStatus/denied)

The user has denied your app access to their focus status.

[`case authorized`](/documentation/Intents/INFocusStatusAuthorizationStatus/authorized)

Your app has authorization to access the user’s focus status.

### Initializers

[`init?(rawValue: Int)`](/documentation/Intents/INFocusStatusAuthorizationStatus/init(rawValue:))

## Relationships

### Conforms To

[`Hashable`](/documentation/Swift/Hashable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)