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

    Interface ResolveHTTPSubjectRequest

    ResolveHTTPSubjectRequest asks a provider to map a verified hosted HTTP request to a concrete Gestalt subject before normal operation authorization and dispatch.

    interface ResolveHTTPSubjectRequest {
        request?: HTTPSubjectRequest;
        context?: RequestContext;
    }
    Index

    Properties

    Properties

    context?: RequestContext