Type alias ServiceInfo

ServiceInfo: string | {
    authentication?: AuthenticationTls | AuthenticationAthenz | AuthenticationToken | AuthenticationOauth2 | AuthenticationBasic;
    serviceUrl: string;
    tlsTrustCertsFilePath?: string;
}

Generated using TypeDoc