Contents

ASAccountAuthenticationModificationReplacePasswordWithSignInWithAppleRequest

A request to upgrade from using a password to using Sign in with Apple.

Declaration

class ASAccountAuthenticationModificationReplacePasswordWithSignInWithAppleRequest

Mentioned in

Overview

Your app uses this class to initiate an upgrade to Sign in with Apple. After creating the request, your app initiates the upgrade process by instantiating an ASAccountAuthenticationModificationController object and calling perform(_:) on it. The system invokes your authentication modification extension to complete the upgrade.

Topics

Creating Upgrade Requests in Your App

See Also

Initiating Security Upgrades from Your App