export const DirectPassDrawer = ({ apps = [], isAdmin = false, }: { apps?: any[]; isAdmin?: boolean; }) => { return (

Mint an isolated, scoped child session for 1-click magic links, CLI tools, team members, or AI assistants without exposing your primary passkeys.

{/* Label Input */}
{/* Direct 1-Click Destination (App Selection) */}

Selecting an app scopes the pass and automatically redirects the recipient to that app upon 1-click redemption.

{/* Lifespan Presets */}
{/* Access Mode Presets */}
{isAdmin && ( )}
{/* Progressive Disclosure: Specific App & Capability Scopes */}
▸ Customize Specific App Grants & Capabilities (Optional)

Select which subsidiary microservices and IAM capabilities this delegated token is permitted to access:

{apps.map((app) => ( ))}
{/* Hand-Off Card (Revealed upon generation) */}
); };