public class WeworkOAuth2AuthorizationCodeGrantRequestEntityConverter extends Object implements org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.client.endpoint.OAuth2AuthorizationCodeGrantRequest,org.springframework.http.RequestEntity<?>>
| Constructor and Description |
|---|
WeworkOAuth2AuthorizationCodeGrantRequestEntityConverter() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.RequestEntity<?> |
convert(org.springframework.security.oauth2.client.endpoint.OAuth2AuthorizationCodeGrantRequest authorizationCodeGrantRequest) |
public WeworkOAuth2AuthorizationCodeGrantRequestEntityConverter()
public org.springframework.http.RequestEntity<?> convert(org.springframework.security.oauth2.client.endpoint.OAuth2AuthorizationCodeGrantRequest authorizationCodeGrantRequest)
convert in interface org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.client.endpoint.OAuth2AuthorizationCodeGrantRequest,org.springframework.http.RequestEntity<?>>Copyright © 2022. All rights reserved.