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

    Request metadata forwarded to provider handlers by the Gestalt runtime.

    interface Request {
        token: string;
        connectionParams: Record<string, string>;
        subject: Subject;
        credential: Credential;
        access: Access;
        workflow: Record<string, unknown>;
        invocationToken: string;
    }
    Index

    Properties

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