Skip to content
Adam Brady edited this page Oct 4, 2015 · 1 revision

The namespace for lease related things is vaultex.leases.

renew(id, options, callback)

Extends the lease of id.

options:

Name Default Required Description
increment n/a Requested amount of time to increase lease by. Advisory.

revoke(id, callback)

Revokes id immediately.

revokeSelf(callback)

Revokes the token used to call this API immediately.

revokePrefix(prefix, callback)

Revokes all tokens that are generated under prefix.

Clone this wiki locally