Source code for structum_lab.plugins.auth.oauth
# OAuth2 (Stub)
# SPDX-License-Identifier: Apache-2.0
"""
OAuth2 interface stub for future implementation.
"""
from typing import Protocol
# OAuth2 (Stub)
# SPDX-License-Identifier: Apache-2.0
"""
OAuth2 interface stub for future implementation.
"""
from typing import Protocol