SdkOptions constructor

const SdkOptions({
  1. EncryptedFieldsConfiguration encryptedFields = const EncryptedFieldsConfiguration(),
  2. bool saltPasswordWithApplicationId = true,
  3. bool useHierarchicalDataOwners = true,
  4. bool createTransferKeys = true,
  5. bool lenientJson = false,
})

Implementation

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