????

Your IP : 216.73.216.1


Current Path : C:/opt/pgsql/pgAdmin 4/python/Lib/site-packages/authlib/oauth2/rfc7662/
Upload File :
Current File : C:/opt/pgsql/pgAdmin 4/python/Lib/site-packages/authlib/oauth2/rfc7662/__init__.py

"""
    authlib.oauth2.rfc7662
    ~~~~~~~~~~~~~~~~~~~~~~

    This module represents a direct implementation of
    OAuth 2.0 Token Introspection.

    https://tools.ietf.org/html/rfc7662
"""

from .introspection import IntrospectionEndpoint
from .models import IntrospectionToken
from .token_validator import IntrospectTokenValidator

__all__ = ['IntrospectionEndpoint', 'IntrospectionToken', 'IntrospectTokenValidator']