()
| 189 | } |
| 190 | |
| 191 | public isAuthenticated(): boolean { |
| 192 | this.ensureInitialized() |
| 193 | return this.authService!.isAuthenticated() |
| 194 | } |
| 195 | |
| 196 | public hasActiveSession(): boolean { |
| 197 | this.ensureInitialized() |
nothing calls this directly
no test coverage detected