I'm trying to migrate from OneTap to Credential Manager. Previously I was able to use GoogleSignInClient#revokeAccess(). Now I cannot see any options. How to revoke the access when using CredentialManager?
Currently, you can continue to use the deprecated API that you had mentioned, namey the GoogleSignInClient#revokeAccess()
. We are planning to add an equivalent API either to CredentialManager or Google Identity Services that you can use.