open fun infoAclToken(id: String, tokenHandler: Handler<AsyncResult<AclToken>>): ConsulClient
Get info of Acl token
id - the ID of token
id
tokenHandler - will be provided with token
tokenHandler
Return reference to this, for fluency