Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.11/site-packages/oauthlib/oauth2/rfc6749/clients/__init__.py: 88%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

8 statements  

1# -*- coding: utf-8 -*- 

2""" 

3oauthlib.oauth2.rfc6749 

4~~~~~~~~~~~~~~~~~~~~~~~ 

5 

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