public final class OAuth2RefreshTokenAuthenticationConverter
extends java.lang.Object
implements org.springframework.security.web.authentication.AuthenticationConverter
HttpServletRequest for the OAuth 2.0 Refresh Token Grant
and then converts it to an OAuth2RefreshTokenAuthenticationToken used for authenticating the authorization grant.AuthenticationConverter,
OAuth2RefreshTokenAuthenticationToken,
OAuth2TokenEndpointFilter| Constructor and Description |
|---|
OAuth2RefreshTokenAuthenticationConverter() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.core.Authentication |
convert(javax.servlet.http.HttpServletRequest request) |