AuthenticationServices iOS 14.0 Beta 1 to Beta 2 API Differences
ASAccountAuthenticationModificationReplacePasswordWithSignInWithAppleRequest.h
Removed
-[ASAccountAuthenticationModificationReplacePasswordWithSignInWithAppleRequest initWithUser:serviceIdentifier:]
Added
-[ASAccountAuthenticationModificationReplacePasswordWithSignInWithAppleRequest initWithUser:serviceIdentifier:userInfo:]
Added
ASAccountAuthenticationModificationReplacePasswordWithSignInWithAppleRequest.userInfo
ASAccountAuthenticationModificationUpgradePasswordToStrongPasswordRequest.h
Removed
-[ASAccountAuthenticationModificationUpgradePasswordToStrongPasswordRequest initWithUser:serviceIdentifier:]
Added
-[ASAccountAuthenticationModificationUpgradePasswordToStrongPasswordRequest initWithUser:serviceIdentifier:userInfo:]
Added
ASAccountAuthenticationModificationUpgradePasswordToStrongPasswordRequest.userInfo
ASAccountAuthenticationModificationViewController.h
Removed
-[ASAccountAuthenticationModificationViewController convertAccountToSignInWithAppleWithoutUserInteractionForServiceIdentifier:existingCredential:]
Removed
-[ASAccountAuthenticationModificationViewController prepareInterfaceToConvertAccountToSignInWithAppleForServiceIdentifier:existingCredential:]
Removed
-[ASAccountAuthenticationModificationViewController changePasswordWithoutUserInteractionForServiceIdentifier:existingCredential:newPassword:]
Removed
-[ASAccountAuthenticationModificationViewController prepareInterfaceToChangePasswordForServiceIdentifier:existingCredential:newPassword:]
Added
-[ASAccountAuthenticationModificationViewController convertAccountToSignInWithAppleWithoutUserInteractionForServiceIdentifier:existingCredential:userInfo:]
Added
-[ASAccountAuthenticationModificationViewController prepareInterfaceToConvertAccountToSignInWithAppleForServiceIdentifier:existingCredential:userInfo:]
Added
-[ASAccountAuthenticationModificationViewController changePasswordWithoutUserInteractionForServiceIdentifier:existingCredential:newPassword:userInfo:]
Added
-[ASAccountAuthenticationModificationViewController prepareInterfaceToChangePasswordForServiceIdentifier:existingCredential:newPassword:userInfo:]