()
| 584 | } |
| 585 | |
| 586 | getCurrentSession(): ResolvedAuthSession { |
| 587 | const session = resolveSessionSnapshot() |
| 588 | this.cachedSession = session |
| 589 | return session |
| 590 | } |
| 591 | |
| 592 | getCurrentManagedSession(): null | ResolvedAuthSession { |
| 593 | return buildManagedSessionSnapshot() |
no test coverage detected