• Middleware to inject the Bearer token into the HTTP request.

    The middleware will inject the client's configured bearer token into the request as defined by the @httpBearerAuth trait.

    Returns

    a function that processes the HTTP request and passes it on to the next handler

    Type Parameters

    • Input extends object

    • Output extends object

    Parameters

    Returns BuildMiddleware<Input, Output>