Conforms to NSObject
Declared in SHOmniAuthProvider.h

Tasks

Properties

oauthToken

@property (NS_NONATOMIC_IOSONLY, copy) NSString *oauthToken

Instance Methods

initWithOAuth2Token:refreshToken:expiryDate:

- (id)initWithOAuth2Token:(NSString *)token refreshToken:(NSString *)refreshToken expiryDate:(NSDate *)expiryDate

initWithOAuthToken:tokenSecret:

- (id)initWithOAuthToken:(NSString *)token tokenSecret:(NSString *)secret