@runloop/api-client - v1.4.0
    Preparing search index...

    How credentials should be applied to proxied requests.

    interface AuthMechanism {
        type: string;
        key?: string | null;
    }
    Index

    Properties

    Properties

    type: string

    The type of authentication mechanism: 'header', 'bearer'.

    key?: string | null

    For 'header' type: the header name (e.g., 'x-api-key').