uk.co.mruoc.rest.client.header.BasicAuthCredentials Maven / Gradle / Ivy
package uk.co.mruoc.rest.client.header;
public interface BasicAuthCredentials {
String getKey();
String getSecret();
}
package uk.co.mruoc.rest.client.header;
public interface BasicAuthCredentials {
String getKey();
String getSecret();
}