| | |
| | | * |
| | | */ |
| | | |
| | | /** |
| | | This header is private to the Twitter Core SDK and not exposed for public SDK consumption |
| | | */ |
| | | |
| | | @class TWTRAuthConfig; |
| | | @protocol TWTRAPIServiceConfig; |
| | | #import "TWTRAuthenticationProvider.h" |
| | |
| | | */ |
| | | @interface TWTRGuestAuthProvider : TWTRAuthenticationProvider |
| | | |
| | | - (instancetype)init NS_UNAVAILABLE; |
| | | - (instancetype)init __unavailable; |
| | | - (instancetype)initWithAuthConfig:(TWTRAuthConfig *)authConfig apiServiceConfig:(id<TWTRAPIServiceConfig>)apiServiceConfig accessToken:(NSString *)accessToken __attribute__((nonnull(1, 2)))NS_DESIGNATED_INITIALIZER; |
| | | |
| | | @end |