MCPcopy Create free account
hub / github.com/NativeScript/firebase /

Class

packages/firebase-auth/index.android.ts:874–874  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

872}
873
874export class TwitterAuthProvider {
875 static credential(token: string, secret: string) {
876 return AuthCredential.fromNative(com.google.firebase.auth.TwitterAuthProvider.getCredential(token, secret));
877 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected