Hi,
I want to use keycloak-admin-client in javascript client to allow the user
to manage keycloak resources.
However, keycloak-admin-client depends on keycloak-request-token which uses
ES6 arrow functions in its distribution.
So I wonder what the correct way is to use this in the browser?
Thanks