Class OAuth2AuthorizationCodeGrantRequestEntityConverter

java.lang.Object
org.springframework.security.oauth2.client.endpoint.OAuth2AuthorizationCodeGrantRequestEntityConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<OAuth2AuthorizationCodeGrantRequest,org.springframework.http.RequestEntity<?>>

public class OAuth2AuthorizationCodeGrantRequestEntityConverter extends Object
An implementation of an AbstractOAuth2AuthorizationGrantRequestEntityConverter that converts the provided OAuth2AuthorizationCodeGrantRequest to a RequestEntity representation of an OAuth 2.0 Access Token Request for the Authorization Code Grant.
Since:
5.1
See Also: