AuthProvider class
Base metadata for a routed auth provider.
Providers describe the authentication mechanism and the identifiers exposed
by AuthRoutes at /auth/providers.
- Implementers
Constructors
- AuthProvider({required String id, required String name, required AuthProviderType type})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
Provider identifier used in callback routes.
final
- name → String
-
Human-readable provider name.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → AuthProviderType
-
Provider category.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Summary payload used by
/auth/providers. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited