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.Object
Wraps 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 Summary
Fields Modifier and Type Field Description WebAuthRequestCollection.WebAuthResponseHandler
handler
WebAuthState
webAuthState
-
-
-
Field Detail
-
webAuthState
public final WebAuthState webAuthState
-
handler
public final WebAuthRequestCollection.WebAuthResponseHandler handler
-
-