D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
lib
/
python3.6
/
site-packages
/
oauthlib
/
oauth2
/
rfc6749
/
endpoints
/
Filename :
__init__.py
back
Copy
# -*- coding: utf-8 -*- """ oauthlib.oauth2.rfc6749 ~~~~~~~~~~~~~~~~~~~~~~~ This module is an implementation of various logic needed for consuming and providing OAuth 2.0 RFC6749. """ from __future__ import absolute_import, unicode_literals from .authorization import AuthorizationEndpoint from .token import TokenEndpoint from .resource import ResourceEndpoint from .revocation import RevocationEndpoint from .pre_configured import Server from .pre_configured import WebApplicationServer from .pre_configured import MobileApplicationServer from .pre_configured import LegacyApplicationServer from .pre_configured import BackendApplicationServer
Name
Size
Last Modified
Owner
Permissions
Actions
__pycache__
Dir
July 28 2023 2:56:41
root
0755
__init__.py
0.633
KB
May 22 2018 10:17:16
root
0644
authorization.py
4.557
KB
May 22 2018 10:17:16
root
0644
base.py
1.692
KB
May 22 2018 10:17:16
root
0644
pre_configured.py
12.038
KB
May 22 2018 10:17:16
root
0644
resource.py
3.238
KB
May 22 2018 10:17:16
root
0644
revocation.py
5.666
KB
May 22 2018 10:17:16
root
0644
token.py
4.411
KB
May 22 2018 10:17:16
root
0644
2017 © D7net | D704T team