Revoke Apple sign in token for account deletion process – Ios swift
I’m a bit confused to how all this works. I’ve implemented Sign In with Apple in my native iOS app, I do save all info Apple provides once the login success, like IdentityToken, UserId, and authorization code. Already reviewed and…