????

Your IP : 216.73.216.59


Current Path : C:/opt/pgsql/pgAdmin 4/python/Lib/site-packages/jwt/
Upload File :
Current File : C:/opt/pgsql/pgAdmin 4/python/Lib/site-packages/jwt/types.py

from typing import Any, Callable, Dict

JWKDict = Dict[str, Any]

HashlibHash = Callable[..., Any]