core/authentication/simplified-auth.service.ts
Properties |
Methods |
|
Protected cleanLocalStorage |
cleanLocalStorage()
|
Returns :
void
|
Protected cleanSessionStorage |
cleanSessionStorage()
|
Returns :
void
|
Async logout | ||||||||
logout(reload)
|
||||||||
Logs the user out
Parameters :
Returns :
any
|
Protected redirect | ||||||
redirect(url: string)
|
||||||
Parameters :
Returns :
void
|
Async reset |
reset()
|
Resets the stored auth-data
Returns :
unknown
|
Protected alert |
Default value : inject(AlertService)
|
Protected basicAuth |
Default value : inject(BasicAuth)
|
Protected client |
Default value : inject(FetchClient)
|
Protected cookieAuth |
Default value : inject(CookieAuth)
|
Protected location |
Default value : inject(LocationStrategy, { optional: true })
|
Protected realtime |
Default value : inject(Realtime)
|
Protected ui |
Default value : inject(AppStateService)
|