ru.dezhik.sms.sender.api.smsru.auth.AuthProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sms-sender Show documentation
Show all versions of sms-sender Show documentation
Library for sending SMS via sms.ru gateway
package ru.dezhik.sms.sender.api.smsru.auth;
import java.io.IOException;
import java.util.List;
import org.apache.http.NameValuePair;
/**
* @author ilya.dezhin
*/
public interface AuthProvider {
List provideAuthParams() throws IOException;
}