Interface WebAuthRequestCollection.WebAuthTimeoutContext
- 
- Enclosing class:
- WebAuthRequestCollection
 
 public static interface WebAuthRequestCollection.WebAuthTimeoutContextProvides context forWebAuthRequestCollection.WebAuthResponseHandlers to handle timeouts
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetTimeout()WebAuthStategetWebAuthState()
 
- 
- 
- 
Method Detail- 
getTimeoutint getTimeout() - Returns:
- the timeout value in minutes that was used to configure the timeout which got triggered
 
 - 
getWebAuthState@Nonnull WebAuthState getWebAuthState() - Returns:
- the WebAuthStateassociated with the web auth request which got timed out
 
 
- 
 
-