()
| 194 | } |
| 195 | |
| 196 | public hasActiveSession(): boolean { |
| 197 | this.ensureInitialized() |
| 198 | return this.authService!.hasActiveSession() |
| 199 | } |
| 200 | |
| 201 | public hasOrIsAcquiringActiveSession(): boolean { |
| 202 | this.ensureInitialized() |
nothing calls this directly
no test coverage detected