GoogleCloudIdentitytoolkitV1GetAccountInfoRequest class

Request message for GetAccountInfo.

Constructors

GoogleCloudIdentitytoolkitV1GetAccountInfoRequest({String? delegatedProjectNumber, List<String>? email, List<GoogleCloudIdentitytoolkitV1FederatedUserIdentifier>? federatedUserId, String? idToken, List<String>? initialEmail, List<String>? localId, List<String>? phoneNumber, String? targetProjectId, String? tenantId})
GoogleCloudIdentitytoolkitV1GetAccountInfoRequest.fromJson(Map json_)

Properties

delegatedProjectNumber String?
getter/setter pair
email List<String>?
The email address of one or more accounts to fetch.
getter/setter pair
federatedUserId List<GoogleCloudIdentitytoolkitV1FederatedUserIdentifier>?
The federated user identifier of one or more accounts to fetch.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
idToken String?
The Identity Platform ID token of the account to fetch.
getter/setter pair
initialEmail List<String>?
The initial email of one or more accounts to fetch.
getter/setter pair
localId List<String>?
The ID of one or more accounts to fetch.
getter/setter pair
phoneNumber List<String>?
The phone number of one or more accounts to fetch.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetProjectId String?
The ID of the Google Cloud project that the account or the Identity Platform tenant specified by tenant_id belongs to.
getter/setter pair
tenantId String?
The ID of the tenant that the account belongs to.
getter/setter pair

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