ExternalAuthImpersonatingRow() — supabase Function Reference
Architecture documentation for the ExternalAuthImpersonatingRow() function in UserImpersonationSelector.tsx from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/studio/components/interfaces/RoleImpersonationSelector/UserImpersonationSelector.tsx lines 502–517
const ExternalAuthImpersonatingRow = ({
sub,
onClick,
aal,
isLoading = false,
}: ExternalAuthImpersonatingRowProps) => {
return (
<BaseImpersonatingRow
onClick={onClick}
aal={aal}
displayName={sub}
isImpersonating={true}
isLoading={isLoading}
/>
)
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free