Interface WebAuthSessionChangeEvent
public interface WebAuthSessionChangeEvent
Posted to a
WebAuthSession's EventBus when the WebAuthSession has changed. Fetch the latest
WebAuthSessionContext by calling WebAuthSession.getContext().- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getCause
- Returns:
- an
OptionalWebAuthSessionChangeEvent.Causefor this event
-
getMessage
- Returns:
- an
Optionalmessage associated with this event
-