public interface WebAuthSession
A WebAuthSession manages a user's WebAuthSessionContext for a given IdP based on incoming WebAuthResponseContext updates, Security Zones, and any other contextual information available. The WebAuthSession posts a WebAuthSessionChangeEvent to its EventBus when the WebAuthSessionContext changes so that any listener may pull the new value by calling getContext().
See Also: