Skip to content

fastapi_sso.sso.google

Google SSO Login Helper.

Classes:

Name Description
GoogleSSO

Class providing login via Google OAuth.

GoogleSSO

Bases: SSOBase

Class providing login via Google OAuth.

Methods:

Name Description
get_discovery_document

Get document containing handy urls.

openid_from_response

Return OpenID from user information provided by Google.

get_discovery_document() async

Get document containing handy urls.

openid_from_response(response, session=None) async

Return OpenID from user information provided by Google.