v1DeleteOauthProvidersIntent class
Constructors
-
v1DeleteOauthProvidersIntent({required String userId, required List<
String> providerIds}) -
const
-
v1DeleteOauthProvidersIntent.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
providerIds
→ List<
String> -
Unique identifier for a given Provider.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userId → String
-
The ID of the User to remove an Oauth provider from
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited