GoogleCloudIdentitytoolkitV1FederatedUserIdentifier class
Federated user identifier at an Identity Provider.
Constructors
- GoogleCloudIdentitytoolkitV1FederatedUserIdentifier({String? providerId, String? rawId})
- GoogleCloudIdentitytoolkitV1FederatedUserIdentifier.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- providerId ↔ String?
-
The ID of supported identity providers.
getter/setter pair
- rawId ↔ String?
-
The user ID of the account at the third-party Identity Provider specified
by
provider_id
.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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