AuthenticationProviderOptions class
Options for creating an {@link AuthenticationProvider}.
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
- AuthenticationProviderOptions({bool? supportsMultipleAccounts})
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- supportsMultipleAccounts → bool?
-
Available on AuthenticationProviderOptions, provided by the AuthenticationProviderOptions$Typings extension
Whether it is possible to be signed into multiple accounts at once with this provider. If not specified, will default to false.no setter
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