setTimeout
fun setTimeout(@IntRange(from = 5, to = 99) timeout: Int): PaymentAuthConfig.Stripe3ds2Config.Builder
The 3DS2 challenge flow timeout, in minutes.
If the timeout is reached, the challenge screen will close, control will return to the launching Activity/Fragment, payment authentication will not succeed, and the outcome will be represented as StripeIntentResult.Outcome.TIMEDOUT.
Must be a value between 5 and 99, inclusive.