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

createAclTokenAwait

suspend fun ConsulClient.createAclTokenAwait(token: AclToken): String

Create new Acl token

Parameters

token - properties of the token

idHandler - will be provided with ID of created token

Returnreference
to this, for fluency *