com.github.binarywang.wxpay.v3.Credentials Maven / Gradle / Ivy
The newest version!
package com.github.binarywang.wxpay.v3;
import java.io.IOException;
import org.apache.http.client.methods.HttpRequestWrapper;
public interface Credentials {
String getSchema();
String getToken(HttpRequestWrapper request) throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy