{ "version": 3, "sources": ["src/app/services/authentication/authentication.service.ts"], "sourcesContent": ["import { Injectable, inject } from '@angular/core';\r\nimport { Router } from '@angular/router';\r\nimport { APP_CONSTANTS } from '@app/constants/app.constant';\r\nimport { GA_EVENTS } from '@app/constants/google-analytics-events.constant';\r\nimport { LOCAL_STORAGE_CONSTANT } from '@app/constants/localstorage.constant';\r\nimport { APP_ROUTE, AUTH_ROUTE } from '@constants/routes/route-paths.constant';\r\nimport { NOTICE_TYPE } from '@dvm/components';\r\nimport { environment } from '@environment/environment';\r\nimport { LocalStorageService } from '@services/local-storage/local-storage.service';\r\nimport { AlertToasterService } from '../alert-toaster/alert-toaster.service';\r\nimport { CurrentUserStateService } from '../current-user/current-user-state/current-user-state.service';\r\nimport { AnalyticsService } from '../google-analytics/analytics.service';\r\n\r\n@Injectable({\r\n providedIn: 'root',\r\n})\r\nexport class AuthenticationService {\r\n private logoutWindowRef: Window | null = null;\r\n\r\n private toasterService = inject(AlertToasterService);\r\n private userState = inject(CurrentUserStateService);\r\n private localStorageService = inject(LocalStorageService);\r\n private router = inject(Router);\r\n private analyticsService = inject(AnalyticsService);\r\n\r\n private windowRef: Window | null = null;\r\n\r\n login(url: string) {\r\n if (this.windowRef) {\r\n if (this.windowRef.closed) this.closeWindow();\r\n else {\r\n this.windowRef.focus();\r\n return;\r\n }\r\n }\r\n this.loginWithExternalProvider(url).then(\r\n (token) => {\r\n this.localStorageService.set(LOCAL_STORAGE_CONSTANT.LOGIN_TOKEN, token);\r\n this.userState.setClientList(true);\r\n },\r\n (error) => {\r\n this.toasterService.displaySnackBarWithoutTranslation(\r\n error,\r\n NOTICE_TYPE.DANGER,\r\n );\r\n this.logout();\r\n },\r\n );\r\n }\r\n\r\n loginWithExternalProvider(oauthUrl: string): Promise {\r\n return new Promise((resolve, reject) => {\r\n this.windowRef = window.open(\r\n oauthUrl,\r\n '_blank',\r\n 'location=no,width=700,height=400',\r\n );\r\n\r\n const handleMessage = (event: MessageEvent) => {\r\n this.closeWindow();\r\n if (event.data.token) {\r\n resolve(event.data.token);\r\n } else {\r\n reject(event.data.message);\r\n }\r\n };\r\n window.addEventListener('message', handleMessage);\r\n });\r\n }\r\n\r\n private closeWindow(): void {\r\n if (this.windowRef !== null) {\r\n this.windowRef.close();\r\n this.windowRef = null;\r\n }\r\n }\r\n\r\n logoutExternal() {\r\n this.logoutWindowRef = window.open(\r\n `${environment.hostName}/${APP_CONSTANTS.LOGOUT_DATAVXT}`,\r\n '_blank',\r\n 'location=no,width=500,height=400',\r\n );\r\n if (this.logoutWindowRef) {\r\n this.logoutWindowRef.addEventListener('pagehide', () => {\r\n setTimeout(() => {\r\n this.logoutWindowRef.close();\r\n this.logoutWindowRef = null;\r\n }, 0);\r\n });\r\n }\r\n }\r\n\r\n logoutUserSession(redirect = true): void {\r\n this.userState.selectedUser.set(null);\r\n this.localStorageService.clear();\r\n this.analyticsService.trackEvent(GA_EVENTS.LOGOUT);\r\n if (redirect)\r\n this.router.navigate([`${APP_ROUTE.AUTH}/${AUTH_ROUTE.LOGIN}`]);\r\n }\r\n\r\n logout(redirect = true): void {\r\n this.logoutExternal();\r\n this.logoutUserSession(redirect);\r\n }\r\n}\r\n"], "mappings": "uUAgBA,IAAaA,GAAqB,IAAA,CAA5B,MAAOA,CAAqB,CAHlCC,aAAA,CAIU,KAAAC,gBAAiC,KAEjC,KAAAC,eAAiBC,EAAOC,CAAmB,EAC3C,KAAAC,UAAYF,EAAOG,CAAuB,EAC1C,KAAAC,oBAAsBJ,EAAOK,CAAmB,EAChD,KAAAC,OAASN,EAAOO,CAAM,EACtB,KAAAC,iBAAmBR,EAAOS,CAAgB,EAE1C,KAAAC,UAA2B,KAEnCC,MAAMC,EAAW,CACf,GAAI,KAAKF,UACP,GAAI,KAAKA,UAAUG,OAAQ,KAAKC,YAAW,MACtC,CACH,KAAKJ,UAAUK,MAAK,EACpB,MACF,CAEF,KAAKC,0BAA0BJ,CAAG,EAAEK,KACjCC,GAAS,CACR,KAAKd,oBAAoBe,IAAIC,EAAuBC,YAAaH,CAAK,EACtE,KAAKhB,UAAUoB,cAAc,EAAI,CACnC,EACCC,GAAS,CACR,KAAKxB,eAAeyB,kCAClBD,EACAE,EAAYC,MAAM,EAEpB,KAAKC,OAAM,CACb,CAAC,CAEL,CAEAX,0BAA0BY,EAAgB,CACxC,OAAO,IAAIC,QAAgB,CAACC,EAASC,IAAU,CAC7C,KAAKrB,UAAYsB,OAAOC,KACtBL,EACA,SACA,kCAAkC,EAGpC,IAAMM,EAAiBC,GAAuB,CAC5C,KAAKrB,YAAW,EACZqB,EAAMC,KAAKlB,MACbY,EAAQK,EAAMC,KAAKlB,KAAK,EAExBa,EAAOI,EAAMC,KAAKC,OAAO,CAE7B,EACAL,OAAOM,iBAAiB,UAAWJ,CAAa,CAClD,CAAC,CACH,CAEQpB,aAAW,CACb,KAAKJ,YAAc,OACrB,KAAKA,UAAU6B,MAAK,EACpB,KAAK7B,UAAY,KAErB,CAEA8B,gBAAc,CACZ,KAAK1C,gBAAkBkC,OAAOC,KAC5B,GAAGQ,EAAYC,QAAQ,IAAIC,EAAcC,cAAc,GACvD,SACA,kCAAkC,EAEhC,KAAK9C,iBACP,KAAKA,gBAAgBwC,iBAAiB,WAAY,IAAK,CACrDO,WAAW,IAAK,CACd,KAAK/C,gBAAgByC,MAAK,EAC1B,KAAKzC,gBAAkB,IACzB,EAAG,CAAC,CACN,CAAC,CAEL,CAEAgD,kBAAkBC,EAAW,GAAI,CAC/B,KAAK7C,UAAU8C,aAAa7B,IAAI,IAAI,EACpC,KAAKf,oBAAoB6C,MAAK,EAC9B,KAAKzC,iBAAiB0C,WAAWC,EAAUC,MAAM,EAC7CL,GACF,KAAKzC,OAAO+C,SAAS,CAAC,GAAGC,EAAUC,IAAI,IAAIC,EAAWC,KAAK,EAAE,CAAC,CAClE,CAEA9B,OAAOoB,EAAW,GAAI,CACpB,KAAKP,eAAc,EACnB,KAAKM,kBAAkBC,CAAQ,CACjC,iDAxFWnD,EAAqB,CAAA,iCAArBA,EAAqB8D,QAArB9D,EAAqB+D,UAAAC,WAFpB,MAAM,CAAA,CAAA,SAEPhE,CAAqB,GAAA", "names": ["AuthenticationService", "constructor", "logoutWindowRef", "toasterService", "inject", "AlertToasterService", "userState", "CurrentUserStateService", "localStorageService", "LocalStorageService", "router", "Router", "analyticsService", "AnalyticsService", "windowRef", "login", "url", "closed", "closeWindow", "focus", "loginWithExternalProvider", "then", "token", "set", "LOCAL_STORAGE_CONSTANT", "LOGIN_TOKEN", "setClientList", "error", "displaySnackBarWithoutTranslation", "NOTICE_TYPE", "DANGER", "logout", "oauthUrl", "Promise", "resolve", "reject", "window", "open", "handleMessage", "event", "data", "message", "addEventListener", "close", "logoutExternal", "environment", "hostName", "APP_CONSTANTS", "LOGOUT_DATAVXT", "setTimeout", "logoutUserSession", "redirect", "selectedUser", "clear", "trackEvent", "GA_EVENTS", "LOGOUT", "navigate", "APP_ROUTE", "AUTH", "AUTH_ROUTE", "LOGIN", "factory", "\u0275fac", "providedIn"] }