Skip to content
This repository was archived by the owner on Sep 15, 2021. It is now read-only.

Conversation

shubhamb-git
Copy link

…d in TokenRequestHandler.swift class when we are passing [String:String] into this method it was returning only last parameter on dictionary there was a bug in Line no. 14 previously it was data = encodedKey + = + encodedValue; it should be data = data + encodedKey + = + encodedValue;

…d in TokenRequestHandler.swift class when we are passing [String:String] into this method it was returning only last parameter on dictionary there was a bug in Line no. 14 previously it was data = encodedKey + = + encodedValue; it should be data = data + encodedKey + = + encodedValue;
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant