get

abstract fun get(key: String): PromiseLike<JsString?>(source)

Retrieve a secret that was stored with key. Returns undefined if there is no password matching that key.

Parameters

key

The key the secret was stored under.