As discussed in https://github.com/coda/coda/pull/120132#discussion_r1842933123, if a sync table uses meta-sync we want to only use admin authentications, not the default authentication. So this PR moves canSyncPermissions into the authentications definition that lives in adminAuthentications.
As discussed in https://github.com/coda/coda/pull/120132#discussion_r1842933123, if a sync table uses meta-sync we want to only use admin authentications, not the default authentication. So this PR moves
canSyncPermissions
into the authentications definition that lives in adminAuthentications.