SdkOptions constructor
const
SdkOptions({
- EncryptedFieldsConfiguration encryptedFields = const EncryptedFieldsConfiguration(),
- bool saltPasswordWithApplicationId = true,
- GroupSelector? groupSelector,
- bool useHierarchicalDataOwners = true,
- bool createTransferKeys = true,
- bool lenientJson = false,
- 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
});