WorkspaceSecurityPanel
Groups session context, passkeys, API keys, admin credentials, OAuth accounts, and active sessions for the security section.
Import
import { WorkspaceSecurityPanel } 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/workspace-security-panel.tsx
Props
| Prop | Type | Required | Notes |
|---|---|---|---|
className | string | undefined | No | |
runtime | WorkspaceRuntime | Yes |
Notes
- Panels group one or more workspace cards and expect a prepared
WorkspaceRuntimeobject. - Use the matching settings wrapper if you need this section as a standalone settings tab.