Files
django-stubs/django-stubs/contrib/auth/handlers/modwsgi.pyi

7 lines
204 B
Python

from typing import Any, Dict
UserModel: Any
def check_password(environ: Dict[Any, Any], username: str, password: str) -> Any: ...
def groups_for_user(environ: Dict[Any, Any], username: str) -> Any: ...