__init__.py 232 B

12345678910
  1. """
  2. oauthlib.oauth2.rfc8628
  3. ~~~~~~~~~~~~~~~~~~~~~~~
  4. This module is an implementation of various logic needed
  5. for consuming and providing OAuth 2.0 Device Authorization RFC8628.
  6. """
  7. import logging
  8. log = logging.getLogger(__name__)