I'm new to working with APIs and I'm trying to recreate the app Mint using Xamarin Forms. I want to integrate Plaid's UI into my app so the user can login to their bank from there and I can retrieve all the bank data associated with it but I'm lost on how to integrate it.
The idea is that when the user clicks on a button, this UI should pop up, allowing the user to login to their bank using their bank credentials. I also want to save the bank credentials so the user doesn't have to enter it each time they login.
This is what the UI looks like:
I'm also using the Acklann.Plaid NuGET Package for creating the access token.