…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;