????
Current Path : C:/opt/pgsql/pgAdmin 4/python/Lib/site-packages/authlib/jose/rfc7519/ |
Current File : C:/opt/pgsql/pgAdmin 4/python/Lib/site-packages/authlib/jose/rfc7519/__init__.py |
""" authlib.jose.rfc7519 ~~~~~~~~~~~~~~~~~~~~ This module represents a direct implementation of JSON Web Token (JWT). https://tools.ietf.org/html/rfc7519 """ from .jwt import JsonWebToken from .claims import BaseClaims, JWTClaims __all__ = ['JsonWebToken', 'BaseClaims', 'JWTClaims']