---
title: ASAuthorizationController.RequestOptions
framework: authenticationservices
role: symbol
role_heading: Structure
path: authenticationservices/asauthorizationcontroller/requestoptions
---

# ASAuthorizationController.RequestOptions

Options that modify how a controller performs authorization requests.

## Declaration

```swift
struct RequestOptions
```

## Topics

### Initializers

- [init(rawValue:)](authenticationservices/asauthorizationcontroller/requestoptions/init(rawvalue:).md)

### Constants

- [preferImmediatelyAvailableCredentials](authenticationservices/asauthorizationcontroller/requestoptions/preferimmediatelyavailablecredentials.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

### Executing requests

- [performRequests()](authenticationservices/asauthorizationcontroller/performrequests().md)
- [performRequests(options:)](authenticationservices/asauthorizationcontroller/performrequests(options:).md)
- [performAutoFillAssistedRequests()](authenticationservices/asauthorizationcontroller/performautofillassistedrequests().md)
- [cancel()](authenticationservices/asauthorizationcontroller/cancel().md)
