null authorizationCode when signing in with apple on Android #12779
Unanswered
pamafe1976
asked this question in
Q&A
Replies: 1 comment
-
Were you able to figure it out? I am facing the same issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I'm using this flutter code to retrieve credential for sign in with apple:
In IOS it returns a valid authorizationCode. However in Android the authorizationCode is always null.
I need the authorizationCode to be able to revokeTokenWithAuthorizationCode when the user deletes the account.
What am I doing wrong?
Regards
Beta Was this translation helpful? Give feedback.
All reactions