Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c15b5 commit e87afb3Copy full SHA for e87afb3
README.rst
@@ -56,7 +56,7 @@ To use the management library you will need to instantiate an Auth0 object with
56
57
get_token = GetToken(domain)
58
token = get_token.client_credentials(non_interactive_client_id,
59
- non_interactive_client_secret, 'https://myaccount.auth0.com/api/v2/')
+ non_interactive_client_secret, 'https://{}/api/v2/'.format(domain))
60
mgmt_api_token = token['access_token']
61
62
0 commit comments