mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 01:02:14 +00:00
Polish gh-16589
This commit is contained in:
parent
d2d9da0a39
commit
5f98ce5ecc
@ -37,7 +37,7 @@ import org.springframework.web.context.request.ServletRequestAttributes;
|
||||
*
|
||||
* @author Steve Riesenberg
|
||||
* @since 6.5
|
||||
* @see org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
|
||||
* @see org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizedClientRefreshedEventListener
|
||||
*/
|
||||
final class OidcUserRefreshedEventListener implements ApplicationListener<OidcUserRefreshedEvent> {
|
||||
|
||||
|
@ -31,7 +31,7 @@ import org.springframework.util.Assert;
|
||||
*
|
||||
* @author Steve Riesenberg
|
||||
* @since 6.5
|
||||
* @see org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
|
||||
* @see org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizedClientRefreshedEventListener
|
||||
*/
|
||||
public final class OidcUserRefreshedEvent extends ApplicationEvent {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user