public class WebAuthResponseContext
extends java.lang.Object
HttpRequest
(which contains the web auth response) and the WebAuthState
created by the
web auth request which is associated with the web auth response.Modifier and Type | Field and Description |
---|---|
HttpRequest |
httpRequest |
WebAuthState |
webAuthState |
Constructor and Description |
---|
WebAuthResponseContext(HttpRequest httpRequest,
WebAuthState webAuthState) |
public final HttpRequest httpRequest
public final WebAuthState webAuthState
public WebAuthResponseContext(@Nonnull HttpRequest httpRequest, @Nonnull WebAuthState webAuthState)