I have implemented apple account authentication in Android by using Firebase
https://firebase.google.com/docs/auth/android/apple
We have to revoke the access for apple account in our application. For iOS, authorisation code can be fetched from Firebase/apple SDK and can revoke the access by using JWT code. Below is the reference link
https://github.com/jooyoungho/apple-token-revoke-in-firebase
In Android, we can get only Firebase Auth Token ID.
How can we fetch authorisation code for Android apple account sign in or do we have any other way to revoke the access/tokens from apple signin account by using Firebase.