I'm only seeing delegate methods for success and error, but none for cancelling.
Is this case really not supported? If not, is there a workaround?
Is this case really not supported? If not, is there a workaround?
Yes, when the user presses the "Cancel" button.I assume by cancel case, you want to be notified when the user cancels the Sign in with Apple login flow.
Yes, I'm using the ASAuthorizationController with both ASAuthorizationAppleIDRequest and ASAuthorizationPasswordRequest, which, if I understood correctly, presents the sheet only if the user already has an existing Apple or password account.Is there some functionality you are trying to achieve with that?