plaid/plaid-python

Oauth Support?

gusreyes01 opened this issue · 2 comments

I'm looking to implement Oath on our plaid integration using the plaid-python package, however, I don't see any reference to the Oauth implementation. Are there plans to implement this feature on a future release?

@gusreyes01 all that is necessary in the library to implement oauth is the redirect_uri parameter (if not using Android) or the android_package_name parameter (if using Android) in the call to /link/token/create. These should be present, please let us know if they are not or if you have any other questions.

Thanks @phoenixy1 , I resolved it.