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

com.mizhousoft.security.service.ByteDanceMiniAuthcService Maven / Gradle / Ivy

The newest version!
package com.mizhousoft.security.service;

import com.mizhousoft.security.AccountDetails;
import com.mizhousoft.security.exception.AuthenticationException;
import com.mizhousoft.security.request.ByteDanceMiniToken;

import jakarta.servlet.http.HttpServletRequest;

/**
 * 字节小程序认证服务
 *
 * @version
 */
public interface ByteDanceMiniAuthcService
{
	/**
	 * 认证
	 * 
	 * @param token
	 * @param host
	 * @param request
	 * @return
	 * @throws AuthenticationException
	 */
	AccountDetails authenticate(ByteDanceMiniToken token, String host, HttpServletRequest request) throws AuthenticationException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy