Interface OauthAuthorizationResponseHandler

    • Method Detail

      • handle

        org.reactivestreams.Publisher<AuthenticationResponse> handle​(AuthorizationResponse authorizationResponse,
                                                                     OauthClientConfiguration clientConfiguration,
                                                                     OauthUserDetailsMapper userDetailsMapper,
                                                                     SecureEndpoint tokenEndpoint)
        Receives the authorization response and ultimately returns the authentication response.
        Parameters:
        authorizationResponse - The authorization response
        clientConfiguration - The client configuration
        userDetailsMapper - The user details mapper
        tokenEndpoint - The token endpoint
        Returns:
        An authentication response publisher