app.auth.fenix.fenix_service module

class app.auth.fenix.fenix_service.FenixService(*, client_id: str, client_secret: str, root_uri: str, redirect_endpoint: str)[source]

Bases: object

fetch_access_token(*, redirect_endpoint: str, code: str) str[source]
fetch_user_info(access_token: str) Dict[str, str][source]
redirect_url(state: str)[source]