Class WebAuthResponseContext
- java.lang.Object
-
- com.inductiveautomation.ignition.gateway.auth.web.response.WebAuthResponseContext
-
public class WebAuthResponseContext extends java.lang.Object
Wraps theHttpRequest
(which contains the web auth response) and theWebAuthState
created by the web auth request which is associated with the web auth response.
-
-
Field Summary
Fields Modifier and Type Field Description HttpRequest
httpRequest
WebAuthState
webAuthState
-
Constructor Summary
Constructors Constructor Description WebAuthResponseContext(HttpRequest httpRequest, WebAuthState webAuthState)
-
-
-
Field Detail
-
httpRequest
public final HttpRequest httpRequest
-
webAuthState
public final WebAuthState webAuthState
-
-
Constructor Detail
-
WebAuthResponseContext
public WebAuthResponseContext(@Nonnull HttpRequest httpRequest, @Nonnull WebAuthState webAuthState)
-
-