group-wbl/.venv/lib/python3.13/site-packages/oauthlib/openid/__init__.py

8 lines
162 B
Python
Raw Permalink Normal View History

2026-01-09 09:48:03 +08:00
"""
oauthlib.openid
~~~~~~~~~~~~~~
"""
from .connect.core.endpoints import Server, UserInfoEndpoint
from .connect.core.request_validator import RequestValidator