Set a Secret Key Value
key.set(name, value)
Sets the secret value.
e.g. key.set('test', '1234abcd')
key.set('test', '1234abcd')
Once written, you cannot read the value back! Key values are only useful in the context of internal authentication operations.