com.seq.http.session.Refresher Maven / Gradle / Ivy
package com.seq.http.session;
import com.seq.exception.ChainException;
public interface Refresher {
public boolean needsRefresh();
public void refresh(String macaroon) throws ChainException;
public String teamName();
public String dischargeMacaroon();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy