<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AuthenticationServices",
  "identifier" : "/documentation/AuthenticationServices/ASAccountAuthenticationModificationControllerDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Authentication Services"
    ],
    "preciseIdentifier" : "c:objc(pl)ASAccountAuthenticationModificationControllerDelegate"
  },
  "title" : "ASAccountAuthenticationModificationControllerDelegate"
}
-->

# ASAccountAuthenticationModificationControllerDelegate

An interface you implement for receiving success and failure statuses about modification of an account’s authentication properties.

```
protocol ASAccountAuthenticationModificationControllerDelegate : NSObjectProtocol
```

## Topics

### Handling Requests

[`accountAuthenticationModificationController(_:didSuccessfullyComplete:userInfo:)`](/documentation/AuthenticationServices/ASAccountAuthenticationModificationControllerDelegate/accountAuthenticationModificationController(_:didSuccessfullyComplete:userInfo:))

Tells the delegate an account modification request completed successfully.

[`accountAuthenticationModificationController(_:didFail:error:)`](/documentation/AuthenticationServices/ASAccountAuthenticationModificationControllerDelegate/accountAuthenticationModificationController(_:didFail:error:))

Tells the delegate an account modification request failed.



---

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)