@valon-technologies/gestalt
    Preparing search index...

    Type Alias HTTPSubjectResolver

    HTTPSubjectResolver: (
        request: HTTPSubjectRequest,
        context: HTTPSubjectResolutionContext,
    ) => MaybePromise<SubjectInput | null | undefined>

    Optional hook that maps a verified hosted HTTP request to a concrete Gestalt subject before the target operation is authorized and executed.

    Type Declaration