@DefaultImplementation(value=DefaultOpenIdAuthorizationResponseHandler.class) public interface OpenIdAuthorizationResponseHandler
| Modifier and Type | Method and Description | 
|---|---|
| org.reactivestreams.Publisher<AuthenticationResponse> | handle(OpenIdAuthorizationResponse authorizationResponse,
      OauthClientConfiguration clientConfiguration,
      OpenIdProviderMetadata openIdProviderMetadata,
      OpenIdAuthenticationMapper authenticationMapper,
      SecureEndpoint tokenEndpoint)Receives the authorization response and ultimately
 returns the authentication response. | 
org.reactivestreams.Publisher<AuthenticationResponse> handle(OpenIdAuthorizationResponse authorizationResponse, OauthClientConfiguration clientConfiguration, OpenIdProviderMetadata openIdProviderMetadata, @Nullable OpenIdAuthenticationMapper authenticationMapper, SecureEndpoint tokenEndpoint)
authorizationResponse - The authorization responseclientConfiguration - The client configurationopenIdProviderMetadata - The provider metadataauthenticationMapper - The user details mappertokenEndpoint - The token endpoint