vertx / io.vertx.kotlin.ext.consul / io.vertx.ext.consul.ConsulClient / cloneAclTokenAwait

cloneAclTokenAwait

suspend fun ConsulClient.cloneAclTokenAwait(id: String): String

Clone Acl token

Parameters

id - the ID of token to be cloned

idHandler - will be provided with ID of cloned token

Returnreference
to this, for fluency *