Class WebAuthResponseContext

java.lang.Object
com.inductiveautomation.ignition.gateway.auth.web.response.WebAuthResponseContext

public class WebAuthResponseContext extends 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.
  • Field Details

  • Constructor Details

    • WebAuthResponseContext

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