package eu.neosurance.sdk;

public interface NSRAuth {
	void authorized(boolean authorized) throws Exception;
}
