---
title: AuthorizationFlags
framework: security
role: symbol
role_heading: Structure
path: security/authorizationflags
---

# AuthorizationFlags

The flags used to specify authorization options.

## Declaration

```swift
struct AuthorizationFlags
```

## Overview

Overview These flags instruct the Security Server how to proceed with the function in which you pass them. You bitwise OR them together to specify more than one at a time. Set all unused bits to 0 to allow for future expansion. Use these flags in calls to the AuthorizationCreate(_:_:_:_:), AuthorizationFree(_:_:), AuthorizationCopyRights(_:_:_:_:_:), and AuthorizationCopyRightsAsync(_:_:_:_:_:) functions.

## Topics

### Initializers

- [init(rawValue:)](security/authorizationflags/init(rawvalue:).md)

### Type Properties

- [interactionAllowed](security/authorizationflags/interactionallowed.md)
- [extendRights](security/authorizationflags/extendrights.md)
- [partialRights](security/authorizationflags/partialrights.md)
- [destroyRights](security/authorizationflags/destroyrights.md)
- [preAuthorize](security/authorizationflags/preauthorize.md)
- [noData](security/authorizationflags/nodata.md)
- [skipInternalAuth](security/authorizationflags/skipinternalauth.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)
