Skip to content

Commit

Permalink
Devsite
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-gc committed Apr 18, 2023
1 parent bb54aab commit 3bb9629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-devsite/app-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export declare function initializeAppCheck(app: FirebaseApp | undefined, options

## getLimitedUseToken()

Requests a Firebase App Check token. This method should be used \*only\* if you need to authorize requests to a non-Firebase backend.
Requests a Firebase App Check token. This method should be used only if you need to authorize requests to a non-Firebase backend.

Returns limited-use tokens that are intended for use with your non-Firebase backend endpoints that are protected with <a href="https://firebase.google.com/docs/app-check/custom-resource-backend#replay-protection"> Replay Protection</a>. This method does not affect the token generation behavior of the \#getAppCheckToken() method.

Expand Down

0 comments on commit 3bb9629

Please sign in to comment.