Variable authConst

auth: {
    getAccessToken: typeof getAccessToken;
    getWebResourceAuthParams: typeof getWebResourceAuthParams;
    registerAuthModule: typeof registerAuthModule;
    registerHostConfig: typeof registerHostConfig;
    setDefaultHostConfig: typeof setDefaultHostConfig;
    unregisterHostConfig: typeof unregisterHostConfig;
}

Type declaration