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

Method idToken

packages/firebase-auth/index.android.ts:805–807  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

803 }
804
805 get idToken(): string {
806 return this.native?.getIdToken?.();
807 }
808
809 get accessToken(): string {
810 return this.native?.getAccessToken?.();

Callers

nothing calls this directly

Calls 1

getIdTokenMethod · 0.65

Tested by

no test coverage detected