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

Resolved issue while preparing httpBody for fetchToken URLRequest. #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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