Interface WebAuthRequestCollection.WebAuthResponseHandler

    • Method Detail

      • handle

        @Nonnull
        java.net.URI handle​(@Nonnull
                            RequestContext requestContext,
                            @Nonnull
                            WebAuthResponseContext webAuthResponseContext)
                     throws java.lang.Exception
        Handle the web auth response.
        Parameters:
        requestContext - the RequestContext for the HTTP Request carrying the web auth response
        webAuthResponseContext - the WebAuthResponseContext for the web auth response
        Returns:
        the URI to which the user should be redirected after handling the web auth response
        Throws:
        java.lang.Exception - if there is an unexpected problem handling the web auth response