Hello - I am trying to get an access token (using Auth0) using java script which is need to hit an API via k6.
The access token is only enriched by using Autho0 Actions Login Flow.
My need is, without any user interaction, java script code should login to the application fetch the access token.
For info - M2M is not enabled.
I want to achieve it via Login Flow only… Can this be achieved by Java Script code via k6.