Skip to content

Commit

Permalink
Merge ccc0c36 into e70de62
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 authored Oct 1, 2021
2 parents e70de62 + ccc0c36 commit a937017
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/app-check/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,12 @@ export interface AppCheckTokenInternal extends AppCheckToken {
export interface AppCheckProvider {
/**
* Returns an App Check token.
* @internal
*/
getToken: () => Promise<AppCheckTokenInternal>;
/**
* @internal
*/
initialize(app: FirebaseApp): void;
}

Expand Down

0 comments on commit a937017

Please sign in to comment.