Core
Framework v2.x
2

BackendVault #

Available since 2.8.0

The BackendVault class handles the secrets vault.

It is accessible from the Backend.config property.

See the Secrets Vault guide.

key #

TypeDescriptionget / set
string
Secret key to decrypt encrypted valuesset

This property is only available before the application is started.

file #

TypeDescriptionget / set
string
Path to the file containing encrypted secretsset

This property is only available before the application is started.

secrets #

TypeDescriptionget / set
JSONObject
Decrypted secretsget