Athena

Athena Auth Client

Full createClient(...).auth surface grouped by domain.

This section documents the full createClient(...).auth.* surface with one page per domain.

Pages

Base Setup

import { createClient } from "@xylex-group/athena";

export const client = createClient("http://localhost:3001", "gateway_api_key", {
  auth: { baseUrl: "http://localhost:3001/api/auth" },
});

For request/response schema details, each page below includes OpenAPI-rendered operation docs from openapi.yaml.

On this page