---
title: presentationContextProvider
framework: authenticationservices
role: symbol
role_heading: Instance Property
path: authenticationservices/asauthorizationcontroller/presentationcontextprovider
---

# presentationContextProvider

A delegate that provides a display context in which the system can present an authorization interface to the user.

## Declaration

```swift
weak var presentationContextProvider: (any ASAuthorizationControllerPresentationContextProviding)? { get set }
```

## See Also

### Presenting requests

- [ASAuthorizationControllerPresentationContextProviding](authenticationservices/asauthorizationcontrollerpresentationcontextproviding.md)
