auth0 = new auth0.WebAuth({
audience: 'https://mydomain.auth0.com/api/v2/
clientID: params.clientId,
domain: params.domain,
redirectUri: params.callbackUrl,
responseType: ‘token id_token’,
scope: params.scope,
});
Hi @komal.vohra,
Can you please provide more context on what you are trying to accomplish?
Please look here for auth0.js docs:
Thanks,
Dan
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.