simonlevy5 / plaid-ios-link

Plaid Link experience built natively for iOS
MIT License
34 stars 10 forks source link

Public Token Incorrectly Referred To As "Access Token" #6

Open IsaiahJTurner opened 8 years ago

IsaiahJTurner commented 8 years ago

The Plaid link API returns a public token but within the plaid-ios-link code it is incorrectly referred to as an access token. This can cause confusion.

northoutvivek commented 7 years ago

Yes, Did you get any clue on this, even using sdk but not getting access token as well.

func linkNavigationContoller(_ navigationController: PLDLinkNavigationViewController!, didFinishWithAccessToken accessToken: String!) { }