authorizationController(_:didCompleteWithCustomMethod:)
Informs the delegate when authorization completes, and specifies the custom method the user selected.
Declaration
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.