Interface WebAuthRequestCollection.WebAuthTimeoutContext
- Enclosing class:
- WebAuthRequestCollection
public static interface WebAuthRequestCollection.WebAuthTimeoutContext
Provides context for
WebAuthRequestCollection.WebAuthResponseHandler
s to handle timeouts-
Method Summary
-
Method Details
-
getTimeout
int getTimeout()- Returns:
- the timeout value in minutes that was used to configure the timeout which got triggered
-
getWebAuthState
- Returns:
- the
WebAuthState
associated with the web auth request which got timed out
-