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

Method activate

packages/firebase-app-check/index.ios.ts:167–169  ·  view source on GitHub ↗
(isTokenAutoRefreshEnabled: boolean)

Source from the content-addressed store, hash-verified

165 }
166
167 activate(isTokenAutoRefreshEnabled: boolean) {
168 this.native.isTokenAutoRefreshEnabled = isTokenAutoRefreshEnabled;
169 }
170
171 getToken(forceRefresh: boolean): Promise<AppCheckToken> {
172 return new Promise((resolve, reject) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected