Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/oauthlib/oauth2/rfc6749/clients/__init__.py: 100%
7 statements
« prev ^ index » next coverage.py v7.3.2, created at 2023-12-08 06:22 +0000
« prev ^ index » next coverage.py v7.3.2, created at 2023-12-08 06:22 +0000
1# -*- coding: utf-8 -*-
2"""
3oauthlib.oauth2.rfc6749
4~~~~~~~~~~~~~~~~~~~~~~~
6This module is an implementation of various logic needed
7for consuming OAuth 2.0 RFC6749.
8"""
9from .backend_application import BackendApplicationClient
10from .base import AUTH_HEADER, BODY, URI_QUERY, Client
11from .legacy_application import LegacyApplicationClient
12from .mobile_application import MobileApplicationClient
13from .service_application import ServiceApplicationClient
14from .web_application import WebApplicationClient