eleme.openapi.sdk.oauth.IOAuthClient Maven / Gradle / Ivy
The newest version!
package eleme.openapi.sdk.oauth;
import eleme.openapi.sdk.oauth.response.ErrorResponse;
public interface IOAuthClient {
T execute(OAuthRequest request);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy