hank
2018-08-30 7be7ad711909f384c4a9bc0a7f2991a50ae69049
frameworks/TwitterCore.framework/Headers/TWTRSessionStore.h
@@ -225,20 +225,6 @@
 */
- (void)reloadSessionStore;
/**
 *  Sets a local string which can be used to verify the auth token using
 *  isValidOauthToken:
 */
- (void)saveOauthToken:(NSString *)token;
/**
 *  If saveOauthToken is called then this will compare the set to the token passed by the token parameter.
 *  This is used to verify the token generated from the oauth/request_token request after a URL has been passed
 *  back from web authenticatoin.
 *
 *  Returns YES is the token string matches the internal OAuth token.
 */
- (BOOL)isValidOauthToken:(NSString *)token;
@end
NS_ASSUME_NONNULL_END