Hi,
I’m new to auth0, still a little bit frustrated about some stuff, I have few questions and I will appreciate your help :
I’m following Android Native tutorial, and I’ve noticed that the audience is set to “/api/v2" to get the user credentials and "/userinfo” to log in the user, aand to my_api_uri to be able to access to the api, can anyone explain to me why ? is there a way to set multiple audiences ? or do I have to make 3 different requests ?