Searched refs:authorize_callback (Results 1 – 2 of 2) sorted by relevance
237 client_id=None, client_secret=None, authorize_callback=None, argument261 self.authorize_callback = authorize_callback429 if self.authorize_callback:430 self.authorize_callback(credentials)
262 self.oauth2.authorize_callback = mock.Mock()264 self.assertTrue(self.oauth2.authorize_callback.called)