Session Management
Some clients may wish to provide their own interface to let users discover connected sessions and revoke them. Several endpoints are provided to facilitate this.
Use /sessions to enumerate the client sessions for the user.
Use /revoke/current to log out the current session.
Use /revoke/sessions to log out one or more sessions for the user.
Use /revoke/client to log out all client sessions for the user.