<!--
{
  "availability" : [
    "tvOS: 15.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AuthenticationServices",
  "identifier" : "/documentation/AuthenticationServices/ASAuthorizationControllerDelegate/authorizationController(_:didCompleteWithCustomMethod:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Authentication Services"
    ],
    "preciseIdentifier" : "c:objc(pl)ASAuthorizationControllerDelegate(im)authorizationController:didCompleteWithCustomMethod:"
  },
  "title" : "authorizationController(_:didCompleteWithCustomMethod:)"
}
-->

# authorizationController(_:didCompleteWithCustomMethod:)

Informs the delegate when authorization completes, and specifies the custom method the user selected.

```
optional func authorizationController(_ controller: ASAuthorizationController, didCompleteWithCustomMethod method: ASAuthorizationCustomMethod)
```

## Parameters

`controller`

The controller performing the authorization attempt.

`method`

The custom method the user selected. For a list of custom methods, see  [`ASAuthorizationCustomMethod`](/documentation/AuthenticationServices/ASAuthorizationCustomMethod).

---

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)