Item.getSecret

Get the secret value of this item.

If this item is locked or the secret has not yet been loaded then this will return null.

To load the secret call the secret.item.Item.loadSecret method.

class Item
getSecret
()

Return Value

Type: secret.value.Value

the secret value which should be released with secret.value.Value.unref, or null