()
| 130 | } |
| 131 | |
| 132 | function getCurrentRetrySession(): ResolvedAuthSession { |
| 133 | return getAuthRuntime().getCurrentSession() |
| 134 | } |
| 135 | |
| 136 | function getCurrentOauthBackedAccessToken(): string | null { |
| 137 | const session = getCurrentRetrySession() |
no test coverage detected