---
title: CBManagerAuthorization
framework: corebluetooth
role: symbol
role_heading: Enumeration
path: corebluetooth/cbmanagerauthorization
---

# CBManagerAuthorization

The current authorization state of a Core Bluetooth manager.

## Declaration

```swift
enum CBManagerAuthorization
```

## Topics

### Authorization States

- [CBManagerAuthorization.allowedAlways](corebluetooth/cbmanagerauthorization/allowedalways.md)
- [CBManagerAuthorization.denied](corebluetooth/cbmanagerauthorization/denied.md)
- [CBManagerAuthorization.notDetermined](corebluetooth/cbmanagerauthorization/notdetermined.md)
- [CBManagerAuthorization.restricted](corebluetooth/cbmanagerauthorization/restricted.md)

### Initializers

- [init(rawValue:)](corebluetooth/cbmanagerauthorization/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Determining Authorization State

- [authorization](corebluetooth/cbmanager/authorization-swift.type.property.md)
