This repository was archived by the owner on Jan 17, 2023. It is now read-only.

Description
It's not uncommon to include additional data in a successful OAuth response. How come only the token is accessible in the success handler?
I realize this won't be easy to change for backwards compatibility reasons, but if a major version is coming up, it would be nice to have the block signatures (mostly) match all the standard AFNetworking ones by simply adding the AFHTTPRequestOperation *operation parameter in front. While the second argument to success would still be AFOAuthCredential, the developer can choose to extract extra parameters from the AFHTTPRequestOperation instance's responseObject property.
In the meantime, perhaps something could be done to support accessing the additional parameters?