public void DidCompleteWithError(string error) { errorCall.Invoke(error); }
public void DidCompleteWithAuthorization(string appleIDCredential) { completeCall.Invoke(appleIDCredential); }