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

cn.structured.oauth.api.adapter.IPlatformAuthenticationAdapter Maven / Gradle / Ivy

The newest version!
package cn.structured.oauth.api.adapter;


/**
 * 平台认证适配器
 *
 * @author chuck
 * @since JDK1.8
 */
public interface IPlatformAuthenticationAdapter {

    String authentication(String code);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy