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

#import <MPOAuthAuthenticationMethod.h>

Inheritance diagram for MPOAuthAuthenticationMethod:
MPOAuthAuthenticationMethodOAuth

Public Member Functions

(id) - initWithAPI:forURL:
(id) - initWithAPI:forURL:withConfiguration:
(void) - authenticate
(void) - setTokenRefreshInterval:
(void) - refreshAccessToken

Protected Attributes

MPOAuthAPIoauthAPI_
NSURL * oauthGetAccessTokenURL_
NSTimer * refreshTimer_

Properties

MPOAuthAPIoauthAPI
NSURL * oauthGetAccessTokenURL

Member Function Documentation

- (void) authenticate
- (id) initWithAPI: (MPOAuthAPI *)  inAPI
forURL: (NSURL *)  inURL 
- (id) initWithAPI: (MPOAuthAPI *)  inAPI
forURL: (NSURL *)  inURL
withConfiguration: (NSDictionary *)  inConfig 
- (void) refreshAccessToken
- (void) setTokenRefreshInterval: (NSTimeInterval)  inTimeInterval

Member Data Documentation

- (MPOAuthAPI*) oauthAPI_
protected
- (NSURL*) oauthGetAccessTokenURL_
protected
- (NSTimer*) refreshTimer_
protected

Property Documentation

- (MPOAuthAPI*) oauthAPI
readwritenonatomicassign
- (NSURL*) oauthGetAccessTokenURL
readwritenonatomicretain

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