---
title: delegate
framework: authenticationservices
role: symbol
role_heading: Instance Property
path: authenticationservices/asaccountauthenticationmodificationcontroller/delegate
---

# delegate

An object that receives notifications about the request’s status.

## Declaration

```swift
weak var delegate: (any ASAccountAuthenticationModificationControllerDelegate)? { get set }
```

## See Also

### Configuring Requests

- [presentationContextProvider](authenticationservices/asaccountauthenticationmodificationcontroller/presentationcontextprovider.md)
