You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's no equivalent to the PHP $client->revokeToken(); in Java. As far as I can tell, the only workaround is to create your own client for this API call.
@Developer1970 Unfortunately, the library is in maintenance mode for some time which means only critical bug fixes and features gets implemented. One option to expedite this is to submit a pull request.
It is currently not possible to revoke a Google token using the Google Java SDK
See the documentation here:
https://developers.google.com/identity/protocols/OAuth2WebServer#tokenrevoke
There's no equivalent to the PHP
$client->revokeToken();
in Java. As far as I can tell, the only workaround is to create your own client for this API call.This custom client then calls
As originally reported here:
#20
The text was updated successfully, but these errors were encountered: