---
title: ASAccountAuthenticationModificationRequest
framework: authenticationservices
role: symbol
role_heading: Class
path: authenticationservices/asaccountauthenticationmodificationrequest
---

# ASAccountAuthenticationModificationRequest

A request to modify an account’s authentication properties.

## Declaration

```swift
class ASAccountAuthenticationModificationRequest
```

## Overview

Overview To initiate an account authentication modification request from your app, use either ASAccountAuthenticationModificationUpgradePasswordToStrongPasswordRequest or ASAccountAuthenticationModificationReplacePasswordWithSignInWithAppleRequest.

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Inherited By

- [ASAccountAuthenticationModificationReplacePasswordWithSignInWithAppleRequest](authenticationservices/asaccountauthenticationmodificationreplacepasswordwithsigninwithapplerequest.md)
- [ASAccountAuthenticationModificationUpgradePasswordToStrongPasswordRequest](authenticationservices/asaccountauthenticationmodificationupgradepasswordtostrongpasswordrequest.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Initiating Security Upgrades from Your App

- [perform(_:)](authenticationservices/asaccountauthenticationmodificationcontroller/perform(_:).md)
- [ASAccountAuthenticationModificationReplacePasswordWithSignInWithAppleRequest](authenticationservices/asaccountauthenticationmodificationreplacepasswordwithsigninwithapplerequest.md)
- [ASAccountAuthenticationModificationUpgradePasswordToStrongPasswordRequest](authenticationservices/asaccountauthenticationmodificationupgradepasswordtostrongpasswordrequest.md)
