We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f2f042 commit 62e1890Copy full SHA for 62e1890
1 file changed
README.md
@@ -37,7 +37,7 @@ This client can be used to access Auth0's [Authentication API](https://auth0.com
37
import { AuthenticationClient } from 'auth0';
38
39
const auth0 = new AuthenticationClient({
40
- domain: '{YOUR_ACCOUNT}.auth0.com',
+ domain: '{YOUR_TENANT_AND REGION}.auth0.com',
41
clientId: '{OPTIONAL_CLIENT_ID}',
42
clientSecret: '{OPTIONAL_CLIENT_SECRET}',
43
});
0 commit comments