package fr.keemto.core; public interface RevocationHanlder { public void revoke(AccountKey key); }