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

Method activate

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

Source from the content-addressed store, hash-verified

72 }
73
74 activate(isTokenAutoRefreshEnabled: boolean) {
75 this.native.isTokenAutoRefreshEnabled = isTokenAutoRefreshEnabled;
76 }
77 getToken(forceRefresh: boolean): Promise<AppCheckToken> {
78 return new Promise((resolve, reject) => {
79 this.native.tokenForcingRefreshCompletion(forceRefresh, (token, error) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected