Yini  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
MPOAuthParameterFactory.h
Go to the documentation of this file.
1 //
2 // MPOAuthParameterFactory.h
3 // MPOAuthConnection
4 //
5 // Created by Karl Adam on 08.12.06.
6 // Copyright 2008 matrixPointer. All rights reserved.
7 //
8 
9 extern NSString *kMPOAuthSignatureMethod;
10 
12 
13 @protocol MPOAuthParameterFactory <NSObject>
14 
15 @property (nonatomic, readwrite, retain) NSString *signatureMethod;
16 @property (nonatomic, readonly) NSString *signingKey;
17 @property (nonatomic, readonly) NSString *timestamp;
18 
19 - (NSArray *)oauthParameters;
20 
27 
28 @end