Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a9fd8e3

Browse files
authored
Merge pull request auth0#85 from mdornseif/master
Removed hardcoded Domain Name in Example
2 parents b4c15b5 + e87afb3 commit a9fd8e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ To use the management library you will need to instantiate an Auth0 object with
5656
5757
get_token = GetToken(domain)
5858
token = get_token.client_credentials(non_interactive_client_id,
59-
non_interactive_client_secret, 'https://myaccount.auth0.com/api/v2/')
59+
non_interactive_client_secret, 'https://{}/api/v2/'.format(domain))
6060
mgmt_api_token = token['access_token']
6161
6262

0 commit comments

Comments
 (0)