---
title: UNAuthorizationOptions
framework: usernotifications
role: symbol
role_heading: Structure
path: usernotifications/unauthorizationoptions
---

# UNAuthorizationOptions

Options that determine the authorized features of local and remote notifications.

## Declaration

```swift
struct UNAuthorizationOptions
```

## Topics

### Options

- [badge](usernotifications/unauthorizationoptions/badge.md)
- [sound](usernotifications/unauthorizationoptions/sound.md)
- [alert](usernotifications/unauthorizationoptions/alert.md)
- [carPlay](usernotifications/unauthorizationoptions/carplay.md)
- [criticalAlert](usernotifications/unauthorizationoptions/criticalalert.md)
- [providesAppNotificationSettings](usernotifications/unauthorizationoptions/providesappnotificationsettings.md)
- [provisional](usernotifications/unauthorizationoptions/provisional.md)

### Initializers

- [init(rawValue:)](usernotifications/unauthorizationoptions/init(rawvalue:).md)

### Deprecated

- [announcement](usernotifications/unauthorizationoptions/announcement.md)
- [timeSensitive](usernotifications/unauthorizationoptions/timesensitive.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)

## See Also

### Requesting authorization

- [requestAuthorization(options:completionHandler:)](usernotifications/unusernotificationcenter/requestauthorization(options:completionhandler:).md)
