commit | author | age | ||
a0a843 | 1 | // |
H | 2 | // TWTRCoreOAuthSigning+Private.h |
3 | // TwitterCore | |
4 | // | |
5 | // Created by Javier Soto on 5/8/15. | |
6 | // Copyright (c) 2015 Twitter Inc. All rights reserved. | |
7 | // | |
8 | ||
9 | @class TWTRAuthConfig; | |
10 | @protocol TWTRAuthSession; | |
11 | ||
12 | FOUNDATION_EXTERN NSDictionary *TWTRCoreOAuthSigningOAuthEchoHeaders(TWTRAuthConfig *authConfig, id<TWTRAuthSession> authSession, NSString *requestMethod, NSString *URLString, NSDictionary *parameters, NSString *expectedAPIHost, NSError **error); |