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

Method token

packages/firebase-app-check/index.android.ts:41–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 return this.native;
40 }
41 get token(): string {
42 return this.native?.getToken?.();
43 }
44
45 get expireTimeMillis(): number {
46 return this.native?.getExpireTimeMillis?.();

Callers

nothing calls this directly

Calls 1

getTokenMethod · 0.65

Tested by

no test coverage detected