open fun cloneAclToken(id: String, idHandler: Handler<AsyncResult<String>>): ConsulClient
Clone Acl token
id - the ID of token to be cloned
id
idHandler - will be provided with ID of cloned token
idHandler
Return reference to this, for fluency