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

Method idpToken

packages/firebase-ui/index.android.ts:537–539  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

535 }
536
537 get idpToken(): string {
538 return this.native.getIdpToken();
539 }
540
541 get phoneNumber(): string {
542 return this.native.getPhoneNumber();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected