from .auth_credentials import AuthCredentials from .resource_protector import ProxyResourceProtector #: No longer used as swagger securitySchemes enable route protection with scopes requires_auth = ProxyResourceProtector() __all__ = [ 'AuthCredentials', 'ProxyResourceProtector', 'requires_auth', ]