OXIESEC PANEL
- Current Dir:
/
/
snap
/
core20
/
2599
/
usr
/
lib
/
python3
/
dist-packages
/
oauthlib
/
openid
/
connect
/
core
/
endpoints
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/26/2025 10:13:33 PM
rwxr-xr-x
📄
__init__.py
311 bytes
08/06/2019 02:49:50 PM
rw-r--r--
📁
__pycache__
-
05/26/2025 10:13:33 PM
rwxr-xr-x
📄
pre_configured.py
5.24 KB
08/06/2019 02:49:50 PM
rw-r--r--
📄
userinfo.py
3.9 KB
08/06/2019 02:49:50 PM
rw-r--r--
Editing: __init__.py
Close
# -*- coding: utf-8 -*- """ oauthlib.oopenid.core ~~~~~~~~~~~~~~~~~~~~~~~ This module is an implementation of various logic needed for consuming and providing OpenID Connect """ from __future__ import absolute_import, unicode_literals from .pre_configured import Server from .userinfo import UserInfoEndpoint