AdminCredentialsCard
Workspace card for creating admin API keys and Athena client credentials from the security surface.
Import
import { AdminCredentialsCard } from "@xylex-group/athena-auth-ui"Also exported from: @xylex-group/athena-auth-ui/plugins
Details
- Category:
component - Primary entrypoint:
@xylex-group/athena-auth-ui - Public entrypoints:
@xylex-group/athena-auth-ui,@xylex-group/athena-auth-ui/plugins - Source:
packages/heroui/src/components/auth/workspace/admin-credentials-card.tsx
Props
| Prop | Type | Required | Notes |
|---|---|---|---|
authClient | unknown | Yes | |
enabled | boolean | Yes |
Notes
- Workspace cards are the focused admin surfaces that power the optional workspace settings experience.
- Most of them either consume
WorkspaceRuntimestate directly or call the exported workspace hooks against an Athena auth client.