All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.dezhik.sms.sender.api.smsru.auth.AuthProvider Maven / Gradle / Ivy

There is a newer version: 0.1.3
Show newest version
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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy