(sources: SettingSource[])
| 1228 | } |
| 1229 | |
| 1230 | export function setAllowedSettingSources(sources: SettingSource[]): void { |
| 1231 | STATE.allowedSettingSources = sources |
| 1232 | } |
| 1233 | |
| 1234 | export function preferThirdPartyAuthentication(): boolean { |
| 1235 | // IDE extension should behave as 1P for authentication reasons. |
no outgoing calls
no test coverage detected