authorizationController(controller:didCompleteWithAuthorization:)
Tells the delegate when authorization completes successfully.
Declaration
optional func authorizationController(controller: ASAuthorizationController, didCompleteWithAuthorization authorization: ASAuthorization)Parameters
- controller:
The controller that performs the authorization request.
- authorization:
An encapsulation of the successful authorization.