UNPKG

224 BTypeScriptView Raw
1import { Configuration } from './types/configuration';
2export declare class AccountsOAuthTwitter {
3 private config;
4 private oauth;
5 constructor(config: Configuration);
6 authenticate(params: any): Promise<{}>;
7}