Type Alias HostConfig<A>

HostConfig: {
    [K in keyof QlikAuthModules]: QlikAuthModuleConfigUnion<K> & HostConfigCommon
}[A]

Configuration object for connecting and authenticating with Qlik platform(s)

Type Parameters