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

    Interface HTTPSubjectResolutionContext

    Request-scoped caller context available while resolving the concrete subject for a hosted HTTP request.

    interface HTTPSubjectResolutionContext {
        subject: Subject;
        credential: Credential;
        access: Access;
        workflow: Record<string, unknown>;
    }
    Index

    Properties

    subject: Subject
    credential: Credential
    access: Access
    workflow: Record<string, unknown>