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 apple SDK and can revoke the access by using backend service code.
In Android, we can get Firebase Auth Token ID. Can we use token ID as authorisation code to revoke the access. If not, do we have any other way to revoke the access from Android client application.