def process_refresh_token_response(self, response, *args, **kwargs): data = BaseOAuth2.process_refresh_token_response(self, response, *args, **kwargs) return self.add_expires(data)
def extra_data(self, user, uid, response, details=None, *args, **kwargs): data = BaseOAuth2.extra_data(self, user, uid, response, details=details, *args, **kwargs) return self.add_expires(data)