WebAuthFlowDetails class
Properties
abortOnLoadForNonInteractive
↔ bool ?
Whether to terminate launchWebAuthFlow
for non-interactive
requests after the page loads. This parameter does not affect interactive
flows.
getter/setter pair
hashCode
→ int
The hash code for this object.
no setter inherited
interactive
↔ bool ?
Whether to launch auth flow in interactive mode.
getter/setter pair
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
timeoutMsForNonInteractive
↔ int ?
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
.
getter/setter pair
toJS
→ WebAuthFlowDetails
no setter
url
↔ String
The URL that initiates the auth flow.
getter/setter pair
Methods
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString ()
→ String
A string representation of this object.
inherited