Isaac Williams
Isaac Williams
Calling [authorizeSuccess](https://github.com/tonyli508/LinkedinSwift/blob/master/LinkedinSwift/LinkedinSwift/sources/LinkedinSwiftHelper.m#L74) afterwards simply passes through and calling [requestUrl](https://github.com/tonyli508/LinkedinSwift/blob/db6e4be8088e7c3a185c87655be3dad49173c6f7/LinkedinSwift/LinkedinSwift/sources/LinkedinNativeClient.m#L60) fails because there is no session. This makes persisting the token impossible.
The Qualys integration uses the `node-fetch` library to make API requests. `node-fetch` resolves the same promise multiple times in the case of a timeout. This does not cause any problems...