Hallo,
We need to allow our Flutter application to save a property in the user_metadata when the application starts.
I understand that this is a task to be done with the Management API and that in order for the Flutter application to be able to write in the user_metadata the client has to request a Management API access token.
I found no information on how to request this token, the closest thing is this page in the documentation that has no example and no explanation on how to retrieve this token:
https://auth0.com/docs/secure/tokens/access-tokens/get-management-api-tokens-for-single-page-applications
Can anyone provide an example on how to request this token from a Flutter app?
Even a generic CURL request would be helpful to understand what endpoint to call with which parameters.
We understand that this is not a best practice but we see no security issue with our application in doing this.