Yini  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
MPOAuthAuthenticationMethodOAuth Class Reference

#import <MPOAuthAuthenticationMethodOAuth.h>

Inheritance diagram for MPOAuthAuthenticationMethodOAuth:
MPOAuthAuthenticationMethod <MPOAuthAPIInternalClient>

Public Member Functions

(void) - authenticate
- Public Member Functions inherited from MPOAuthAuthenticationMethod
(id) - initWithAPI:forURL:
(id) - initWithAPI:forURL:withConfiguration:
(void) - setTokenRefreshInterval:
(void) - refreshAccessToken

Protected Attributes

NSURL * oauthRequestTokenURL_
NSURL * oauthAuthorizeTokenURL_
BOOL oauth10aModeActive_
id
< MPOAuthAuthenticationMethodOAuthDelegate
delegate_
- Protected Attributes inherited from MPOAuthAuthenticationMethod
MPOAuthAPIoauthAPI_
NSURL * oauthGetAccessTokenURL_
NSTimer * refreshTimer_

Properties

id
< MPOAuthAuthenticationMethodOAuthDelegate
delegate
NSURL * oauthRequestTokenURL
NSURL * oauthAuthorizeTokenURL
- Properties inherited from MPOAuthAuthenticationMethod
MPOAuthAPIoauthAPI
NSURL * oauthGetAccessTokenURL

Member Function Documentation

- (void) authenticate

Member Data Documentation

- (id<MPOAuthAuthenticationMethodOAuthDelegate>) delegate_
protected
- (BOOL) oauth10aModeActive_
protected
- (NSURL*) oauthAuthorizeTokenURL_
protected
- (NSURL*) oauthRequestTokenURL_
protected

Property Documentation

- (id<MPOAuthAuthenticationMethodOAuthDelegate>) delegate
readwritenonatomicassign
- (NSURL*) oauthAuthorizeTokenURL
readwritenonatomicretain
- (NSURL*) oauthRequestTokenURL
readwritenonatomicretain

The documentation for this class was generated from the following file: