Interface WebAuthRequestCollection.WebAuthTimeoutContext

Enclosing class:
WebAuthRequestCollection

public static interface WebAuthRequestCollection.WebAuthTimeoutContext
Provides context for WebAuthRequestCollection.WebAuthResponseHandlers to handle timeouts
  • Method Details

    • 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