added missing typedoc

This commit is contained in:
lotte
2020-09-04 12:30:29 +02:00
parent d7f6885232
commit 48ffb2105f
4 changed files with 94 additions and 3 deletions

View File

@@ -3,8 +3,15 @@ import { IMPERSONATING_COOKIE, REDIRECT_COOKIE } from '../../core/auth/auth.serv
import { LANG_COOKIE } from '../../core/locale/locale.service';
import { HAS_AGREED_END_USER } from './browser-klaro.service';
/**
* Storage name used to store klaro cookie
*/
export const ANONYMOUS_STORAGE_NAME_KLARO = 'klaro-anonymous';
/**
* Klaro configuration
* For more information see https://kiprotect.com/docs/klaro/annotated-config
*/
export const klaroConfiguration: any = {
storageName: ANONYMOUS_STORAGE_NAME_KLARO,