<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 10.15.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AuthenticationServices",
  "identifier" : "/documentation/AuthenticationServices/ASAuthorizationProviderExtensionAuthorizationRequest",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Authentication Services"
    ],
    "preciseIdentifier" : "c:objc(cs)ASAuthorizationProviderExtensionAuthorizationRequest"
  },
  "title" : "ASAuthorizationProviderExtensionAuthorizationRequest"
}
-->

# ASAuthorizationProviderExtensionAuthorizationRequest

An authorization request that your provider extension handles.

```
class ASAuthorizationProviderExtensionAuthorizationRequest
```

## Topics

### Parsing the Request

[`url`](/documentation/AuthenticationServices/ASAuthorizationProviderExtensionAuthorizationRequest/url)

The complete URL of the request, including all components.

[`httpHeaders`](/documentation/AuthenticationServices/ASAuthorizationProviderExtensionAuthorizationRequest/httpHeaders)

The HTTP headers of the request.

[`httpBody`](/documentation/AuthenticationServices/ASAuthorizationProviderExtensionAuthorizationRequest/httpBody)

The HTTP body of the request.

[`realm`](/documentation/AuthenticationServices/ASAuthorizationProviderExtensionAuthorizationRequest/realm)

The realm to which the request applies.

[`requestedOperation`](/documentation/AuthenticationServices/ASAuthorizationProviderExtensionAuthorizationRequest/requestedOperation)

The operation for the extension to execute.

[`ASAuthorizationProviderAuthorizationOperation`](/documentation/AuthenticationServices/ASAuthorizationProviderAuthorizationOperation)

A type that represents an authorization operation.

[`authorizationOptions`](/documentation/AuthenticationServices/ASAuthorizationProviderExtensionAuthorizationRequest/authorizationOptions)

A collection of options associated with the request.

### Getting Context

[`callerBundleIdentifier`](/documentation/AuthenticationServices/ASAuthorizationProviderExtensionAuthorizationRequest/callerBundleIdentifier)

The bundle ID of the app making the request.

[`callerTeamIdentifier`](/documentation/AuthenticationServices/ASAuthorizationProviderExtensionAuthorizationRequest/callerTeamIdentifier)

The team identifier of the app making the request.

[`localizedCallerDisplayName`](/documentation/AuthenticationServices/ASAuthorizationProviderExtensionAuthorizationRequest/localizedCallerDisplayName)

The localized display name of the app making the request.

[`isCallerManaged`](/documentation/AuthenticationServices/ASAuthorizationProviderExtensionAuthorizationRequest/isCallerManaged)

A Boolean value that indicates whether the app making the request is managed.

[`extensionData`](/documentation/AuthenticationServices/ASAuthorizationProviderExtensionAuthorizationRequest/extensionData)

Extension data from the Mobile Device Management (MDM) configuration.

### Interacting with the User

[`presentAuthorizationViewController(completion:)`](/documentation/AuthenticationServices/ASAuthorizationProviderExtensionAuthorizationRequest/presentAuthorizationViewController(completion:))

Asks the authorization service to show the extension’s view controller to the user.

[`isUserInterfaceEnabled`](/documentation/AuthenticationServices/ASAuthorizationProviderExtensionAuthorizationRequest/isUserInterfaceEnabled)

Determines if user interface is available for the current request.

### Completing a Request

[`complete(authorizationResult:)`](/documentation/AuthenticationServices/ASAuthorizationProviderExtensionAuthorizationRequest/complete(authorizationResult:))

[`complete()`](/documentation/AuthenticationServices/ASAuthorizationProviderExtensionAuthorizationRequest/complete())

Indicates the requested authorization completed with no output.

[`complete(httpAuthorizationHeaders:)`](/documentation/AuthenticationServices/ASAuthorizationProviderExtensionAuthorizationRequest/complete(httpAuthorizationHeaders:))

Indicates the requested authorization succeeded with tokens in the HTTP headers.

[`complete(httpResponse:httpBody:)`](/documentation/AuthenticationServices/ASAuthorizationProviderExtensionAuthorizationRequest/complete(httpResponse:httpBody:))

Indicates the requested authorization succeeded with an HTTP response.

[`complete(error:)`](/documentation/AuthenticationServices/ASAuthorizationProviderExtensionAuthorizationRequest/complete(error:))

Indicates the requested authorization failed.

### Canceling a Request

[`doNotHandle()`](/documentation/AuthenticationServices/ASAuthorizationProviderExtensionAuthorizationRequest/doNotHandle())

Indicates the request wasn’t handled.

[`cancel()`](/documentation/AuthenticationServices/ASAuthorizationProviderExtensionAuthorizationRequest/cancel())

Cancels the request, for example, because the user taps a cancel button.

### Supporting Platform Single Sign-On

[`loginManager`](/documentation/AuthenticationServices/ASAuthorizationProviderExtensionAuthorizationRequest/loginManager)

The manager that interacts with Platform SSO.

### Instance Properties

[`callerAuditToken`](/documentation/AuthenticationServices/ASAuthorizationProviderExtensionAuthorizationRequest/callerAuditToken)



---

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)