metadataEncryptionKey property

List<int>? metadataEncryptionKey
final

The encryption key to use for user metadata on this device, if metadataPersistenceMode is MetadataPersistenceMode.encrypted.

The metadataEncryptionKey must be exactly 64 bytes. Setting this will not change the encryption key for individual Realms, which is set in the Configuration.

Implementation

final List<int>? metadataEncryptionKey;