OAuthProviderConfiguration<T extends OAuthProvider> class abstract

Inheritance
Implementers

Constructors

OAuthProviderConfiguration()
const

Properties

defaultRedirectUri → String
no setter
hashCode → int
The hash code for this object.
no setterinherited
providerId → String
no setterinherited
providerType → Type
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
style → ThemedOAuthProviderButtonStyle
no setter

Methods

createFlow(FirebaseAuth? auth, AuthAction? action) → AuthFlow
override
createProvider() → T
getLabel(FlutterFireUILocalizationLabels labels) → String
isSupportedPlatform(TargetPlatform platform) → bool
inherited
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