Skip to content

Commit 49dfeb3

Browse files
authored
Fix appcheck typings (#5570)
1 parent 88ea069 commit 49dfeb3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/app-check/src/types.ts

+4
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,12 @@ export interface AppCheckTokenInternal extends AppCheckToken {
6161
export interface AppCheckProvider {
6262
/**
6363
* Returns an App Check token.
64+
* @internal
6465
*/
6566
getToken: () => Promise<AppCheckTokenInternal>;
67+
/**
68+
* @internal
69+
*/
6670
initialize(app: FirebaseApp): void;
6771
}
6872

0 commit comments

Comments
 (0)