Searched refs:get_access_token (Results 1 – 14 of 14) sorted by relevance
111 access_token = common_util.get_access_token()138 access_token = common_util.get_access_token()174 access_token = common_util.get_access_token()
30 def get_access_token(): function
41 access_token = common_util.get_access_token()
105 token = self.credentials.get_access_token(http=http)111 token = self.credentials.get_access_token(http=http)120 token = self.credentials.get_access_token(http=http)
91 token = credentials.get_access_token(http=http)
203 autospec=True) as get_access_token:211 get_access_token.assert_called_once_with(238 token = credentials.get_access_token()
727 token = self.credentials.get_access_token(http=http)733 token = self.credentials.get_access_token(http=http)742 token = self.credentials.get_access_token(http=http)
7 ma.gnolia.serviceProvider.accessTokenURL: http://ma.gnolia.com/oauth/get_access_token
62 if common.local_run() and not common.get_access_token():64 if common.get_access_token():65 api.token = common.get_access_token()
93 def get_access_token(): function
178 token.get_access_token(access_code)
402 token, _ = app_identity.get_access_token(self._scopes)
193 (token, _) = app_identity.get_access_token(
674 def get_access_token(self, http=None): member in OAuth2Credentials