Stytch · Arazzo Workflow
Stytch Session Authenticate and Revoke
Version 1.0.0
Validate a session token, read the user's active sessions, then revoke the session.
View Spec
View on GitHub
AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper ToolsArazzoWorkflows
Provider
Workflows
session-authenticate-revoke
Authenticate a session token, list active sessions, then revoke it.
Validates a session token to resolve the user, reads the user's active sessions, and finally revokes the session token to end the session.
1
authenticateSession
api_session_v1_Authenticate
Authenticate the session token to confirm it is valid and resolve the owning user_id for the subsequent session lookup.
2
listSessions
api_session_v1_Get
Read the active sessions for the authenticated user before revoking.
3
revokeSession
api_session_v1_Revoke
Revoke the session token to invalidate the session and log the user out.