BasicSdkOptions constructor
const
BasicSdkOptions({
- EncryptedFieldsConfiguration encryptedFields = const EncryptedFieldsConfiguration(),
- bool saltPasswordWithApplicationId = true,
- bool lenientJson = false,
- GroupSelector? groupSelector,
Implementation
const BasicSdkOptions({
this.encryptedFields = const EncryptedFieldsConfiguration(),
this.saltPasswordWithApplicationId = true,
this.lenientJson = false,
this.groupSelector
});