I’m using auth0 with a React Native app and am using some copied code which is working. I’m trying to understand what audience means and how it is used. The docs say the audience identifies the resource owner, and in my code it’s set to 'http://localhost:". This is a loopback, so I’m assuming that when auth0 actually uses audience, it calls it relative to the resource server.
Can anyone explain what’s happening here? How does auth0 identify the machine relative to which it calls audience, and is the audience always the same as this machine?