Folks,
LinkTokenCreateRequest request = new LinkTokenCreateRequest()
.user(user)
.clientName("Plaid Test App")
.products(Arrays.asList(Products.fromValue("auth")))
That Products enum has more options, and I tried providing one and a few more combinations into that method. However, most of the combinations retun 400 bad request response.
How exactly are we supposed to use "Products"? I want to make sure my users are able to connect any available product and/or bank. So looks like there' some gap (in my understanding). Fill it!