Hi Alexei,
Two things that you probably want to do:
1. Assign the user to a role with no access and remove other roles. Any RBAC changes are immediately effective, which will instantly remove access, even if the refresh token is active.
2. Revoke the token by deleting the user’s “RefreshToken” custom resource definition. You can access this in the Console under Admin -> CRDs. Inside of each object is a “claims” stanza that indicates the user and email the token was issued for.
Let me know how that goes or if you have any other questions.
- Rob