()
| 184 | } |
| 185 | |
| 186 | public async logout(): Promise<void> { |
| 187 | this.ensureInitialized() |
| 188 | return this.authService!.logout() |
| 189 | } |
| 190 | |
| 191 | public isAuthenticated(): boolean { |
| 192 | this.ensureInitialized() |
nothing calls this directly
no test coverage detected