Skip to content
Snippets Groups Projects

Debug

Merged Carlos Brito requested to merge debug into develop
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
+ 0
1
@@ -27,7 +27,6 @@ def introspect_token(token):
url = DEFAULT_AUTH_URI + "/token/introspect"
data = {"token": token}
auth = (CLIENT_ID, CLIENT_SECRET)
print (CLIENT_ID)
resp = requests.post(url, data=data, auth=auth)
return resp.json()
Loading