Hi,
How can a user who previously granted an access to an application through spring Oauth2 can revoke the access.
the application could be a native application on a device or a web application
Thanks
Printable View
Hi,
How can a user who previously granted an access to an application through spring Oauth2 can revoke the access.
the application could be a native application on a device or a web application
Thanks
There's no API for that at the moment, if I understand the question (see https://jira.springsource.org/browse/SECOAUTH-189). If you feel like writing some code please read the README and send a pull request.