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

Method credential

packages/firebase-auth/index.ios.ts:731–733  ·  view source on GitHub ↗
(idToken: string, accessToken: string)

Source from the content-addressed store, hash-verified

729
730export class GoogleAuthProvider {
731 static credential(idToken: string, accessToken: string) {
732 return AuthCredential.fromNative(FIRGoogleAuthProvider.credentialWithIDTokenAccessToken(idToken, accessToken));
733 }
734}
735
736export class OAuthCredential extends AuthCredential implements IOAuthCredential {

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected