| 285 | } |
| 286 | |
| 287 | export declare class OAuthProvider implements IOAuthProvider { |
| 288 | constructor(providerId: string); |
| 289 | addCustomParameter(key: string, value: string); |
| 290 | setScopes(scopes: string[]); |
| 291 | credential(optionsOrIdToken: OAuthCredentialOptions | string | null, accessToken?: string): OAuthCredential; |
| 292 | } |
| 293 | |
| 294 | export declare class TwitterAuthProvider { |
| 295 | static credential(token: string, secret: string): AuthCredential; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…