Skip to content

Commit 262e4da

Browse files
committed
Document deprecated attributes on InernalData methods
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 7af7109 commit 262e4da

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/satosa/internal.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,21 @@ def __init__(
8383
:param subject_id:
8484
:param subject_type:
8585
:param attributes:
86+
:param user_id:
87+
:param user_id_hash_type:
88+
:param name_id:
89+
:param approved_attributes:
8690
8791
:type auth_info: AuthenticationInformation
8892
:type requester: str
8993
:type requester_name:
9094
:type subject_id: str
9195
:type subject_type: str
9296
:type attributes: dict
97+
:type user_id: str
98+
:type user_id_hash_type: str
99+
:type name_id: str
100+
:type approved_attributes: dict
93101
"""
94102
self.auth_info = auth_info or AuthenticationInformation()
95103
self.requester = requester

0 commit comments

Comments
 (0)