()
| 668 | } |
| 669 | |
| 670 | async getStatusView(): Promise<AuthStatusView> { |
| 671 | const session = await this.resolveSession() |
| 672 | return buildAuthStatusView(session) |
| 673 | } |
| 674 | } |
| 675 | |
| 676 | const authRuntime = new DefaultAuthRuntime() |
nothing calls this directly
no test coverage detected