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

Method credential

packages/firebase-auth/index.d.ts:120–120  ·  view source on GitHub ↗
(optionsOrIdToken: OAuthCredentialOptions | string | null, accessToken?: string)

Source from the content-addressed store, hash-verified

118 addCustomParameter(key: string, value: string);
119 setScopes(scopes: string[]);
120 credential(optionsOrIdToken: OAuthCredentialOptions | string | null, accessToken?: string);
121}
122
123export interface IAuth {

Callers 3

linkGoogleMethod · 0.65
linkPhoneMethod · 0.65
loginWithPhoneMethod · 0.65

Implementers 3

OAuthProviderpackages/firebase-auth/index.android.t
OAuthProviderpackages/firebase-auth/index.ios.ts
OAuthProviderpackages/firebase-auth/index.d.ts

Calls

no outgoing calls

Tested by

no test coverage detected