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
}

Parameters

block

Configuration block for UserKeyStorageConfig

See also