ProviderArgs class abstract

Implementers

Constructors

ProviderArgs()

Properties

hashCode int
The hash code for this object.
no setterinherited
host String
no setter
path String
no setter
redirectUri String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
usesFragment bool
getter/setter pair

Methods

authorizeFromCallback(String callbackUrl) Future<AuthResult?>
buildQueryParameters() Map<String, String>
buildSignInUri() Future<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Future<Map<String, String>>
toString() String
A string representation of this object.
inherited

Operators

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