Your IP : 216.73.216.91


Current Path : /lib/python3/dist-packages/jwt/
Upload File :
Current File : //lib/python3/dist-packages/jwt/types.py

from typing import Any, Callable, Dict

JWKDict = Dict[str, Any]

HashlibHash = Callable[..., Any]