init 3964
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -24,6 +24,7 @@ class ECM: | ... | @@ -24,6 +24,7 @@ class ECM: |
24 | 'grant_type': 'client_credentials', | 24 | 'grant_type': 'client_credentials', |
25 | 'client_id': conf.ECM_OAUTH_ID, | 25 | 'client_id': conf.ECM_OAUTH_ID, |
26 | 'client_secret': conf.ECM_OAUTH_SECRET, | 26 | 'client_secret': conf.ECM_OAUTH_SECRET, |
27 | 'scope': conf.ECM_OAUTH_SCOPE, | ||
27 | } | 28 | } |
28 | self.token_key = 'access_token' | 29 | self.token_key = 'access_token' |
29 | self.token_type = 'Bearer' | 30 | self.token_type = 'Bearer' | ... | ... |
-
Please register or sign in to post a comment