mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-19 12:04:18 +02:00
Fix google scope example (#2144)
This commit is contained in:
parent
b362444ddf
commit
4c7463d5ae
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ class GoogleTokenVerifier(TokenVerifier):
|
|||
"""Initialize the Google token verifier.
|
||||
|
||||
Args:
|
||||
required_scopes: Required OAuth scopes (e.g., ['openid', 'email'])
|
||||
required_scopes: Required OAuth scopes (e.g., ['openid', 'https://www.googleapis.com/auth/userinfo.email'])
|
||||
timeout_seconds: HTTP request timeout
|
||||
"""
|
||||
super().__init__(required_scopes=required_scopes)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue