---
title: performAutoFillAssistedRequests()
framework: authenticationservices
role: symbol
role_heading: Instance Method
path: authenticationservices/asauthorizationcontroller/performautofillassistedrequests()
---

# performAutoFillAssistedRequests()

Initiates the authorization flows for requests that support AutoFill presentation.

## Declaration

```swift
func performAutoFillAssistedRequests()
```

## Mentioned in

Authenticating people by using passkeys in browser apps Supporting passkeys

## Discussion

Discussion The authorization controller presents a user interface when a text field with the appropriate text content type obtains focus. Upon completion, the authorization controller calls its delegate to report success or failure.

## See Also

### Executing requests

- [performRequests()](authenticationservices/asauthorizationcontroller/performrequests().md)
- [performRequests(options:)](authenticationservices/asauthorizationcontroller/performrequests(options:).md)
- [cancel()](authenticationservices/asauthorizationcontroller/cancel().md)
- [ASAuthorizationController.RequestOptions](authenticationservices/asauthorizationcontroller/requestoptions.md)
