GoogleCloudIdentitytoolkitV1GetAccountInfoRequest constructor

GoogleCloudIdentitytoolkitV1GetAccountInfoRequest({
  1. String? delegatedProjectNumber,
  2. List<String>? email,
  3. List<GoogleCloudIdentitytoolkitV1FederatedUserIdentifier>? federatedUserId,
  4. String? idToken,
  5. List<String>? initialEmail,
  6. List<String>? localId,
  7. List<String>? phoneNumber,
  8. String? targetProjectId,
  9. String? tenantId,
})

Implementation

GoogleCloudIdentitytoolkitV1GetAccountInfoRequest({
  this.delegatedProjectNumber,
  this.email,
  this.federatedUserId,
  this.idToken,
  this.initialEmail,
  this.localId,
  this.phoneNumber,
  this.targetProjectId,
  this.tenantId,
});