revoke_auth_session
Revoke an authentication session by ID to invalidate access. Use an API key to revoke any session; JWT authentication cannot revoke the current session.
Instructions
Revoke a specific authentication session by ID. When called via JWT, cannot revoke the current session. When called via API key, any session can be revoked.
ACCESS: needs a Proof account. Set PROOF_API_KEY and restart this server, then call this tool again. start_login does NOT open this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Session ID to revoke |