accountAuthenticationModificationController(_:didSuccessfullyComplete:userInfo:)
Tells the delegate an account modification request completed successfully.
Declaration
optional func accountAuthenticationModificationController(_ controller: ASAccountAuthenticationModificationController, didSuccessfullyComplete request: ASAccountAuthenticationModificationRequest, userInfo: [AnyHashable : Any]? = nil)Parameters
- controller:
The account authentication modification controller that initiated the request.
- request:
The request that failed.
- userInfo:
A dictionary that contains values from the account modification extension.