userKeyStorage
Configures the storage backend for user key metadata.
This method allows customization of how user key information is stored and retrieved, including file names, encryption settings, and storage location.
Example:
userKeyStorage {
fileName = "device_keys.json"
encrypted = true
}Content copied to clipboard
Parameters
block
Configuration block for UserKeyStorageConfig