Skip to content

google_auth

Google ID token verification using google-auth library.

GoogleTokenVerifier

GoogleTokenVerifier(client_id: str)

Verify Google ID tokens against Google's public keys.

verify

verify(token: str) -> GoogleUserInfo

Verify a Google ID token and return user info.