public class WebClientReactiveAuthorizationCodeTokenResponseClient extends AbstractWebClientReactiveOAuth2AccessTokenResponseClient<OAuth2AuthorizationCodeGrantRequest>
ReactiveOAuth2AccessTokenResponseClient that
"exchanges" an authorization code credential for an access token credential
at the Authorization Server's Token Endpoint.
NOTE: This implementation uses the Nimbus OAuth 2.0 SDK internally.
ReactiveOAuth2AccessTokenResponseClient,
OAuth2AuthorizationCodeGrantRequest,
OAuth2AccessTokenResponse,
Nimbus OAuth 2.0
SDK,
Section 4.1.3 Access Token Request
(Authorization Code Grant),
Section 4.1.4 Access Token Response
(Authorization Code Grant),
Section
4.2 Client Creates the Code Challenge| Constructor and Description |
|---|
WebClientReactiveAuthorizationCodeTokenResponseClient() |
getTokenResponse, setWebClient