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

cn.bootx.platform.starter.auth.authentication.GetAuthClientService Maven / Gradle / Ivy

There is a newer version: 1.3.6.2
Show newest version
package cn.bootx.platform.starter.auth.authentication;

import cn.bootx.platform.starter.auth.entity.AuthClient;

/**
 * 获取认证终端
 *
 * @author xxm
 * @since 2022/6/27
 */
public interface GetAuthClientService {

    /**
     * 认证应用
     */
    AuthClient getAuthApplication(String authApplicationCode);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy