Class OAuth2AuthorizedClientRefreshedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.security.oauth2.client.event.OAuth2AuthorizedClientRefreshedEvent
All Implemented Interfaces:
Serializable

public final class OAuth2AuthorizedClientRefreshedEvent extends org.springframework.context.ApplicationEvent
An event that is published when an OAuth2AuthorizedClient is refreshed as a result of using a refresh_token to obtain an OAuth 2.0 Access Token Response.
Since:
6.5
See Also: