SdkOptions constructor

const SdkOptions({
  1. EncryptedFieldsConfiguration encryptedFields = const EncryptedFieldsConfiguration(),
  2. bool saltPasswordWithApplicationId = true,
  3. GroupSelector? groupSelector,
  4. bool useHierarchicalDataOwners = true,
  5. bool createTransferKeys = true,
  6. bool lenientJson = false,
  7. CryptoStrategies? cryptoStrategies,
})

Implementation

const SdkOptions({
  this.encryptedFields = const EncryptedFieldsConfiguration(),
  this.saltPasswordWithApplicationId = true,
  this.groupSelector,
  this.useHierarchicalDataOwners = true,
  this.createTransferKeys = true,
  this.lenientJson = false,
  this.cryptoStrategies
});