1 Star 0 Fork 37

benxiaohai52 / oauth2-auth-server-oidc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
OAuth2TokenEndpointAuthenticationResponseHandler.java 471 Bytes
一键复制 编辑 原始数据 按行查看 历史
package com.luo.sc.oidc.authserver.handler.token;
import org.springframework.security.web.authentication.AuthenticationFailureHandler;
import org.springframework.security.web.authentication.AuthenticationSuccessHandler;
/**
* Token Endpoint 响应结果处理器
*
* @author luohq
* @version 1.0.0
* @date 2022-03-16 09:50
*/
public interface OAuth2TokenEndpointAuthenticationResponseHandler extends AuthenticationSuccessHandler, AuthenticationFailureHandler {
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/benxiaohai52/oauth2-auth-server-oidc.git
git@gitee.com:benxiaohai52/oauth2-auth-server-oidc.git
benxiaohai52
oauth2-auth-server-oidc
oauth2-auth-server-oidc
main

搜索帮助