store

abstract fun store(key: String, value: String): PromiseLike<Void?>(source)

Store a secret under a given key.

Parameters

key

The key to store the secret under.

value