Class WebAuthResponseContext


  • public class WebAuthResponseContext
    extends java.lang.Object
    Wraps the HttpRequest (which contains the web auth response) and the WebAuthState created by the web auth request which is associated with the web auth response.
    • Constructor Detail

      • WebAuthResponseContext

        public WebAuthResponseContext​(@Nonnull
                                      HttpRequest httpRequest,
                                      @Nonnull
                                      WebAuthState webAuthState)