open fun createAclToken(token: AclToken, idHandler: Handler<AsyncResult<String>>): ConsulClient
Create new Acl token
token - properties of the token
token
idHandler - will be provided with ID of created token
idHandler
Return reference to this, for fluency