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
Optional
WebAuthSessionChangeEvent.Cause
for this event
-
getMessage
- Returns:
- an
Optional
message associated with this event
-