Factor out complete_sso_login and expose it to the Module API

This commit is contained in:
Brendan Abolivier 2020-03-03 10:54:44 +00:00
parent 809e8567f6
commit 65c73cdfec
4 changed files with 96 additions and 57 deletions

View file

@ -16,7 +16,7 @@ from typing import Any, Dict
import pkg_resources
from ._base import Config, ConfigError
from ._base import Config
class SSOConfig(Config):