(sources: SettingSource[])
| 1206 | } |
| 1207 | |
| 1208 | export function setAllowedSettingSources(sources: SettingSource[]): void { |
| 1209 | STATE.allowedSettingSources = sources |
| 1210 | } |
| 1211 | |
| 1212 | export function preferThirdPartyAuthentication(): boolean { |
| 1213 | // IDE extension should behave as 1P for authentication reasons. |
no outgoing calls
no test coverage detected