Interface WebAuthRequestCollection.WebAuthTimeoutContext
- Enclosing class:
 - WebAuthRequestCollection
 
public static interface WebAuthRequestCollection.WebAuthTimeoutContext
Provides context for 
WebAuthRequestCollection.WebAuthResponseHandlers 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 
WebAuthStateassociated with the web auth request which got timed out 
 
 -