Interface WebAuthRequestCollection.WebAuthTimeoutContext
-
- Enclosing class:
- WebAuthRequestCollection
public static interface WebAuthRequestCollection.WebAuthTimeoutContext
Provides context forWebAuthRequestCollection.WebAuthResponseHandler
s to handle timeouts
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getTimeout()
WebAuthState
getWebAuthState()
-
-
-
Method Detail
-
getTimeout
int getTimeout()
- Returns:
- the timeout value in minutes that was used to configure the timeout which got triggered
-
getWebAuthState
@Nonnull WebAuthState getWebAuthState()
- Returns:
- the
WebAuthState
associated with the web auth request which got timed out
-
-