how do you implement OAuth with receivedRedirectUri
Is there an example of creating a public token using the receivedRedirectUri from plaid?
@tlynch001 I do not have any examples of using the OAuth authentication method, but reading the docs, it looks like it's built on top of the existing Link architecture. Would recommend you switch to Going.Plaid (https://github.com/viceroypenguin/Going.Plaid) since it is being maintained to the latest version of the Plaid API.
For the RedirectUri property, see here as a property of the LinkCreateRequest, to be provided when getting a link token.
For example of how to use this library and the default Link process and token management, please visit this blazor quickstart example: https://github.com/jcoliz/PlaidQuickstartBlazor