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
I want to revoke all the access/refresh tokens for the subject. I came across the following api:
DELETE /oauth2/auth/sessions/consent?subject=string HTTP/1.1,
but it does not delete refresh token. Is there any way to remove refresh token as well?