Example #1
0
 def revoke_consent(self, provider, clientid):
     store = UserStore()
     store.delete_consent(self.name, provider, clientid)