database_encryption_key property

bytes database_encryption_key
read / write

Encryption key for the database. If the encryption key is invalid, then an error with code 401 will be returned. ; base64-encoded bytes List<int>

Implementation

late bytes database_encryption_key;