I have a RestKit request as below. How can I get the auth token from the response headers?
RKObjectManager.shared()
.getObjectsAtPath(urlString,
parameters: paramsDictionary,
success: {(operation: RKObjectRequestOperation?, result: RKMappingResult?) -> Void in
pod 'RestKit', '~> 0.27.0'