[ react-native-auth0 ]what is audience parameter in authorize function

Please include the following information in your post:

  • Which SDK this is regarding: react-native-auth0
  • Platform Version: React native

I’m quite new to Auth0. following this tutorial : Auth0 React Native SDK Quickstarts: Login
My function:
auth0.webAuth
.authorize({
scope: ‘openid profile email’,
}: AuthorizeParams)
.then(console.log)
.catch(error => console.log(JSON.stringify(error)));
I would like to know what is audience property in AuthorizeParams?
thank you.

Hey there!

I’ve got an answer for you just go to our glossary and find audience term here:

1 Like

Thank for your help.

No worries! We’re here for you!