Function registerAuthModule

  • Registers an auth module that can handle authentication. An auth module is used by specifying its name as authType in the HostConfig passed in to api calls.

    Type Parameters

    • A extends keyof QlikAuthModules

    Parameters

    • name: A

      the name of the module

    • authModule: AuthModule<A>

      the implementation of the AuthModule interface

    Returns void