MCPcopy Index your code
hub / github.com/NativeScript/firebase / OAuthProvider

Class OAuthProvider

packages/firebase-auth/index.d.ts:287–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287export 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
294export declare class TwitterAuthProvider {
295 static credential(token: string, secret: string): AuthCredential;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…