Inherits from MKNetworkEngine
Declared in RSOAuthEngine.h

Properties

callbackURL

@property (readonly) NSString *callbackURL

consumerKey

@property (readonly) NSString *consumerKey

consumerSecret

@property (readonly) NSString *consumerSecret

signatureMethod

@property (readonly) RSOAuthSignatureMethod signatureMethod

token

@property (readonly) NSString *token

tokenSecret

@property (readonly) NSString *tokenSecret

tokenType

@property (readonly) RSOAuthTokenType tokenType

verifier

@property (readonly) NSString *verifier

Instance Methods

customValueForKey:

- (NSString *)customValueForKey:(NSString *)key

enqueueSignedOperation:

- (void)enqueueSignedOperation:(MKNetworkOperation *)op

enqueueSignedOperation:signOnlyWithOAuthParams:

- (void)enqueueSignedOperation:(MKNetworkOperation *)op signOnlyWithOAuthParams:(BOOL)onlyOAuth

fillTokenWithResponseBody:type:

- (void)fillTokenWithResponseBody:(NSString *)body type:(RSOAuthTokenType)tokenType

initWithHostName:customHeaderFields:signatureMethod:consumerKey:consumerSecret:

- (id)initWithHostName:(NSString *)hostName customHeaderFields:(NSDictionary *)headers signatureMethod:(RSOAuthSignatureMethod)signatureMethod consumerKey:(NSString *)consumerKey consumerSecret:(NSString *)consumerSecret

initWithHostName:customHeaderFields:signatureMethod:consumerKey:consumerSecret:callbackURL:

- (id)initWithHostName:(NSString *)hostName customHeaderFields:(NSDictionary *)headers signatureMethod:(RSOAuthSignatureMethod)signatureMethod consumerKey:(NSString *)consumerKey consumerSecret:(NSString *)consumerSecret callbackURL:(NSString *)callbackURL

isAuthenticated

- (BOOL)isAuthenticated

resetOAuthToken

- (void)resetOAuthToken

setAccessToken:secret:

- (void)setAccessToken:(NSString *)token secret:(NSString *)tokenSecret

signRequest:signOnlyWithOAuthParams:

- (void)signRequest:(MKNetworkOperation *)request signOnlyWithOAuthParams:(BOOL)onlyOAuth