Skip to content

fastapi_sso.sso.fitbit

Fitbit OAuth Login Helper.

Classes:

Name Description
FitbitSSO

Class providing login via Fitbit OAuth.

FitbitSSO

Bases: SSOBase

Class providing login via Fitbit 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.