(sources: SettingSource[])
| 1244 | } |
| 1245 | |
| 1246 | export function setAllowedSettingSources(sources: SettingSource[]): void { |
| 1247 | STATE.allowedSettingSources = sources |
| 1248 | } |
| 1249 | |
| 1250 | export function preferThirdPartyAuthentication(): boolean { |
| 1251 | // IDE extension should behave as 1P for authentication reasons. |
no outgoing calls
no test coverage detected