[SOLVED] Kibana Plugin - How to find currently selected tenant

From a kibana plugin, how can I find what the currently selected tenant is?

Looks like you can do:

http.get("/api/v1/auth/authinfo', {asResponse: true}).then((res) => { console.log(res.body) });