<!--
{
  "availability" : [
    "iOS: 16.4.0 -",
    "iPadOS: 16.4.0 -",
    "macCatalyst: 16.4.0 -",
    "macOS: 13.3.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AuthenticationServices",
  "identifier" : "/documentation/AuthenticationServices/AuthorizationController/performRequests(_:options:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Authentication Services",
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:31_AuthenticationServices_SwiftUI23AuthorizationControllerV15performRequests_7optionsAA21ASAuthorizationResultOSaySo0J7RequestCG_So0jfL7OptionsVtYaKF"
  },
  "title" : "performRequests(_:options:)"
}
-->

# performRequests(_:options:)

Performs an authorization request, with explicit options, from the provided array.

```
@MainActor func performRequests(_ requests: [ASAuthorizationRequest], options: ASAuthorizationController.RequestOptions) async throws -> ASAuthorizationResult
```

## Parameters

`requests`

An array of supported authorization requests.

`options`

Additional options that customize the request’s behavior. For more information, see [`ASAuthorizationController.RequestOptions`](/documentation/AuthenticationServices/ASAuthorizationController/RequestOptions).

## Return Value

The request’s outcome. For more information, see [`ASAuthorizationResult`](/documentation/AuthenticationServices/ASAuthorizationResult).

## Discussion

The framework checks each authorization request in the array against the credentials available on the person’s device; the more credential types your app supports, the more options a person can choose from.

---

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)