timeoutMsForNonInteractive property
int?
get
timeoutMsForNonInteractive
The maximum amount of time, in miliseconds,
launchWebAuthFlow
is allowed to run in non-interactive mode
in total. Only has an effect if interactive
is
false
.
Implementation
int? get timeoutMsForNonInteractive => _wrapped.timeoutMsForNonInteractive;
set
timeoutMsForNonInteractive
(int? v)
Implementation
set timeoutMsForNonInteractive(int? v) {
_wrapped.timeoutMsForNonInteractive = v;
}