> ## Documentation Index
> Fetch the complete documentation index at: https://swiftgum.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Auth Sessions

<ParamField path="auth_session_id" type="uuid">
  Used to track an OAuth session in progress.
</ParamField>

<ParamField path="integration_id" type="uuid">
  Identifies which integration is in the authentication process.
</ParamField>

<ParamField path="auth_session" type="jsonb">
  JSON payload storing step-by-step OAuth details or tokens prior to finalizing.
</ParamField>
