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

Method idpToken

packages/firebase-ui/index.ios.ts:408–414  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

406 }
407
408 get idpToken(): string {
409 if (this._isOauthCred) {
410 const cred = this.native.credential as FIROAuthCredential;
411 return cred.accessToken;
412 }
413 return null;
414 }
415
416 get phoneNumber(): string {
417 return this.native.user.phoneNumber;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected