MonoCloud Authentication SDK
    Preparing search index...

    Type Alias ProtectedAppServerComponent

    ProtectedAppServerComponent: (
        props: ProtectedAppServerComponentProps,
    ) => Promise<JSX.Element> | JSX.Element

    App Router Server Component wrapped by protectPage().

    This component is only executed after authentication (and optional authorization) succeeds. The authenticated user is injected into the component props automatically.

    Type Declaration