| 816 | } |
| 817 | |
| 818 | export class TwitterAuthProvider { |
| 819 | static credential(token: string, secret: string) { |
| 820 | return AuthCredential.fromNative(FIRTwitterAuthProvider.credentialWithTokenSecret(token, secret)); |
| 821 | } |
nothing calls this directly
no outgoing calls
no test coverage detected