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