Skip to content

Commit 96c7083

Browse files
committed
change the function description
1 parent df4fcf2 commit 96c7083

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

firebase_admin/app_check.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ def verify_token(token: str, app=None, consume: bool = False) -> Dict[str, Any]:
3232
Args:
3333
token: A token from App Check.
3434
app: An App instance (optional).
35-
consume: If set to ``True``, performs stateful verification with the App Check
36-
backend to mark the token as consumed for replay protection. Defaults to ``False``.
35+
consume: Set to ``True`` only if the token is a limited-use (one-time) token
36+
that should be consumed upon verification (optional, defaults to ``False``).
3737
3838
Returns:
3939
Dict[str, Any]: The token's decoded claims. If ``consume`` is ``True``, the dictionary

0 commit comments

Comments
 (0)