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 6064d86 commit 6e074b8Copy full SHA for 6e074b8
src/satosa/internal_data.py
@@ -1,5 +1,12 @@
1
import warnings as _warnings
2
3
+from satosa.internal import InternalData
4
+from satosa.internal import AuthenticationInformation
5
+from satosa.deprecated import UserIdHashType
6
+from satosa.deprecated import UserIdHasher
7
+from satosa.deprecated import InternalRequest
8
+from satosa.deprecated import InternalResponse
9
+
10
11
_warnings.warn(
12
"internal_data is deprecated; use satosa.internal instead.",
0 commit comments