userInteractionTimeout property
The user interaction timeout in seconds.
This is the maximum time that the SDK will wait to obtain a result when
- AccountSelector.selectAccount
- AuthenticatorSelector.selectAuthenticator
- PinUserVerifier.verifyPin
- BiometricUserVerifier.verifyBiometric
- FingerprintUserVerifier.verifyFingerprint are invoked (i.e. the maximum time to wait before any of the methods of the provided consumer in any of those methods is invoked).
Implementation
Duration get userInteractionTimeout;