()
| 139 | } |
| 140 | |
| 141 | function isCurrentOauthBackedFirstPartySession(): boolean { |
| 142 | return isOauthBackedFirstPartySession(getCurrentRetrySession()) |
| 143 | } |
| 144 | |
| 145 | function isCurrentEnterpriseOauthSession(): boolean { |
| 146 | const session = getCurrentRetrySession() |
no test coverage detected