Class WebAuthRequestCollection.WebAuthCallback
- java.lang.Object
- 
- com.inductiveautomation.ignition.gateway.auth.web.WebAuthRequestCollection.WebAuthCallback
 
- 
- Enclosing class:
- WebAuthRequestCollection
 
 public static class WebAuthRequestCollection.WebAuthCallback extends java.lang.ObjectWraps a web auth request's creation timestamp, state to be carried from request to response, and a web auth response handler for handling the web auth response associated with the request.
- 
- 
Field SummaryFields Modifier and Type Field Description WebAuthRequestCollection.WebAuthResponseHandlerhandlerWebAuthStatewebAuthState
 
- 
- 
- 
Field Detail- 
webAuthStatepublic final WebAuthState webAuthState 
 - 
handlerpublic final WebAuthRequestCollection.WebAuthResponseHandler handler 
 
- 
 
-