@bluelibs/runner - v6.3.1
    Preparing search index...

    Interface HttpClientAuth

    Bearer-style authentication configuration for the universal HTTP client.

    interface HttpClientAuth {
        header?: string;
        token: string;
    }
    Index

    Properties

    Properties

    header?: string
    token: string