Allows to use either Cookie-Auth or Basic-Auth of a microservice client request header for Authorization to the Cumulocity API.

Hierarchy

  • MicroserviceClientRequestAuth

Implements

Constructors

Methods

  • Parameters

    • config: {
          ext?: {
              [key: string]: any;
          };
      } = {}
      • Optional ext?: {
            [key: string]: any;
        }
        • [key: string]: any

    Returns {
        ext?: {
            [key: string]: any;
        };
    }

    • Optional ext?: {
          [key: string]: any;
      }
      • [key: string]: any