We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af7109 commit 262e4daCopy full SHA for 262e4da
src/satosa/internal.py
@@ -83,13 +83,21 @@ def __init__(
83
:param subject_id:
84
:param subject_type:
85
:param attributes:
86
+ :param user_id:
87
+ :param user_id_hash_type:
88
+ :param name_id:
89
+ :param approved_attributes:
90
91
:type auth_info: AuthenticationInformation
92
:type requester: str
93
:type requester_name:
94
:type subject_id: str
95
:type subject_type: str
96
: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
101
"""
102
self.auth_info = auth_info or AuthenticationInformation()
103
self.requester = requester
0 commit comments