File: __init__.py

package info (click to toggle)
python-oauthlib 3.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,332 kB
  • sloc: python: 10,845; makefile: 4; sh: 3
file content (8 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
"""
oauthlib.oauth2.rfc8628
~~~~~~~~~~~~~~~~~~~~~~~

This module is an implementation of various logic needed
for consuming OAuth 2.0 Device Authorization RFC8628.
"""
from .device import DeviceClient