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

Class

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

Source from the content-addressed store, hash-verified

816}
817
818export class TwitterAuthProvider {
819 static credential(token: string, secret: string) {
820 return AuthCredential.fromNative(FIRTwitterAuthProvider.credentialWithTokenSecret(token, secret));
821 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected