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

# ASWebAuthenticationPresentationContextProviding

An interface the session uses to ask a delegate for a presentation context.

```
@MainActor protocol ASWebAuthenticationPresentationContextProviding : NSObjectProtocol
```

## Topics

### Specifying the Anchor

[`presentationAnchor(for:)`](/documentation/AuthenticationServices/ASWebAuthenticationPresentationContextProviding/presentationAnchor(for:))

Tells the delegate from which window it should present content to the user.

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

A platform-specific type that indicates the kind of user interface element to use as a presentation anchor.



---

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)