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

Method fromNative

packages/firebase-app-check/index.ios.ts:24–31  ·  view source on GitHub ↗
(token: FIRAppCheckToken)

Source from the content-addressed store, hash-verified

22 _native: FIRAppCheckToken;
23
24 static fromNative(token: FIRAppCheckToken) {
25 if (token instanceof FIRAppCheckToken) {
26 const t = new AppCheckToken();
27 t._native = token;
28 return t;
29 }
30 return null;
31 }
32
33 get native() {
34 return this._native;

Callers 3

createProviderWithAppMethod · 0.45
getTokenMethod · 0.45
appMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected