ASAccountAuthenticationModificationReplacePasswordWithSignInWithAppleRequest
A request to upgrade from using a password to using Sign in with Apple.
Declaration
class ASAccountAuthenticationModificationReplacePasswordWithSignInWithAppleRequestMentioned 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.