AuthorizationEndpointResponseHandler
授权端点成功响应处理器
将访问令牌认证结果写回标准 OAuth2 访问令牌响应
Functions
Link copied to clipboard
open override fun onAuthenticationSuccess(request: HttpServletRequest, response: HttpServletResponse, authentication: Authentication)
处理认证成功
open fun onAuthenticationSuccess(request: HttpServletRequest, response: HttpServletResponse, chain: FilterChain, authentication: Authentication)
Link copied to clipboard
fun setAccessTokenResponseCustomizer(accessTokenResponseCustomizer: Consumer<OAuth2AccessTokenAuthenticationContext>)
设置访问令牌响应定制器