()
| 99 | } |
| 100 | } |
| 101 | function hasProfileScope(): boolean { |
| 102 | try { |
| 103 | return authModule.hasProfileScope() |
| 104 | } catch { |
| 105 | return false |
| 106 | } |
| 107 | } |
| 108 | function getOauthAccountInfo(): ReturnType< |
| 109 | typeof authModule.getOauthAccountInfo |
| 110 | > { |
no outgoing calls
no test coverage detected