Skip to content

Commit

Permalink
feat(app-check): Replay Protection
Browse files Browse the repository at this point in the history
  • Loading branch information
apetta committed Oct 26, 2023
1 parent 1f53199 commit 8381e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app-check/lib/modular/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function getToken(appCheckInstance, forceRefresh) {

/**
* Get a limited-use (consumable) App Check token.
* For use with server calls to firebase functions or custom backends using firebase admin SDK.
* For use with server calls to firebase functions or custom backends using the firebase admin SDK
* @param appCheckInstance - AppCheck
* @returns {Promise<AppCheckTokenResult>}
*/
Expand Down

0 comments on commit 8381e85

Please sign in to comment.