interface WellknownServerConfig {
    baseUrl: string;
    paths?: CustomPathConfig;
    timeout?: number;
    wellknown: string;
}

Properties

baseUrl: string
paths?: CustomPathConfig
timeout?: number
wellknown: string