Class WebAuthResponseContext
- java.lang.Object
- 
- com.inductiveautomation.ignition.gateway.auth.web.response.WebAuthResponseContext
 
- 
 public class WebAuthResponseContext extends java.lang.ObjectWraps theHttpRequest(which contains the web auth response) and theWebAuthStatecreated by the web auth request which is associated with the web auth response.
- 
- 
Field SummaryFields Modifier and Type Field Description HttpRequesthttpRequestWebAuthStatewebAuthState
 - 
Constructor SummaryConstructors Constructor Description WebAuthResponseContext(HttpRequest httpRequest, WebAuthState webAuthState)
 
- 
- 
- 
Field Detail- 
httpRequestpublic final HttpRequest httpRequest 
 - 
webAuthStatepublic final WebAuthState webAuthState 
 
- 
 - 
Constructor Detail- 
WebAuthResponseContextpublic WebAuthResponseContext(@Nonnull HttpRequest httpRequest, @Nonnull WebAuthState webAuthState)
 
- 
 
-