We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2683c77 commit 77a7a47Copy full SHA for 77a7a47
1 file changed
openedx_authz/tests/test_enforcement.py
@@ -16,13 +16,6 @@
16
class AuthRequest(TypedDict):
17
"""
18
Represents an authorization request with all necessary parameters.
19
-
20
- Attributes:
21
- subject (str): The subject (user/service) requesting access
22
- action (str): The action being requested
23
- object (str): The object/resource being accessed
24
- scope (str): The authorization scope
25
- expected_result (bool): Whether access should be granted
26
27
28
subject: str
0 commit comments