__init__.py 201 B

12345678
  1. """
  2. oauthlib.oauth2.rfc8628
  3. ~~~~~~~~~~~~~~~~~~~~~~~
  4. This module is an implementation of various logic needed
  5. for consuming OAuth 2.0 Device Authorization RFC8628.
  6. """
  7. from .device import DeviceClient