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

Method accessToken

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

Source from the content-addressed store, hash-verified

807 }
808
809 get accessToken(): string {
810 return this.native?.getAccessToken?.();
811 }
812
813 get secret() {
814 return this.native?.getSecret?.();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected