co.buybuddy.networking.authentication.persistence.ContextStealthArtifactStorage Maven / Gradle / Ivy
The newest version!
package co.buybuddy.networking.authentication.persistence;
import java.io.IOException;
public interface ContextStealthArtifactStorage {
String toUriSafeEncodedString() throws IOException;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy