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

eleme.openapi.sdk.oauth.IOAuthClient Maven / Gradle / Ivy

There is a newer version: 1.30.71
Show 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