UNPKG

@virtuals-protocol/game-twitter-node

Version:

Strongly typed, full-featured, light, versatile yet powerful Virtual Twitter API v2 client for Node.js. Forked from twitter-api-v2.

8 lines (7 loc) 310 B
export declare class OAuth2Helper { static getCodeVerifier(): string; static getCodeChallengeFromVerifier(verifier: string): string; static getAuthHeader(clientId: string, clientSecret: string): string; static generateRandomString(length: number): string; private static escapeBase64Url; }