Athena

ApiKeys

Security card for listing, creating, and revoking API keys when the API key plugin is enabled.

Import

import { ApiKeys } from "@xylex-group/athena-auth-ui/plugins"

Details

  • Category: component
  • Primary entrypoint: @xylex-group/athena-auth-ui/plugins
  • Public entrypoints: @xylex-group/athena-auth-ui/plugins
  • Source: packages/heroui/src/components/auth/api-key/api-keys.tsx

Props

PropTypeRequiredNotes
classNamestring | undefinedNo
renderEmptyStateAuthUiRenderSlot<ApiKeysEmptyStateRenderProps>No
variant"default" | "secondary" | "tertiary" | "transparent" | undefinedNo

Notes

  • Most interactive auth components expect to be rendered under AuthProvider so hooks such as useAuth and the configured navigation bridge are available.
  • See Customization Guide for provider-level localization, route overrides, class-name slots, loading overrides, and email template key mapping.