Skip to content

Apple ID revoke token #279

Closed Answered by robingenz
phoheisel asked this question in Q&A
Dec 13, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

The authorizationCode is returned on sign-in:

const signInWithApple = async () => {
  const result = await FirebaseAuthentication.signInWithApple();
  console.log(result.credential?.authorizationCode);
};

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@phoheisel
Comment options

Answer selected by phoheisel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants