The generate downscoped token is valid for almost one hour. Let’s say i want to invalidate token after 20 minutes(Logout usecase).
I am getting the following error,
The API returned an error code
{“error”:“invalid_request”,“error_description”:“The client is invalid”}
The following specified code is not working.
box-java-sdk/doc/authentication.md at main · box/box-java-sdk · GitHub
Is there any other way, we can achieve this functionality ?