WebAuthFlowDetails class

Constructors

WebAuthFlowDetails({required String url, bool? interactive, bool? abortOnLoadForNonInteractive, int? timeoutMsForNonInteractive})
WebAuthFlowDetails.fromJS(WebAuthFlowDetails _wrapped)

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 setterinherited
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 setterinherited
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

Operators

operator ==(Object other) bool
The equality operator.
inherited