superposition-sdk 0.85.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of superposition-sdk might be problematic. Click here for more details.

@@ -0,0 +1,16 @@
1
+ # Code generated by smithy-python-codegen DO NOT EDIT.
2
+
3
+ from dataclasses import dataclass
4
+
5
+ from smithy_http.aio.interfaces.auth import HTTPAuthOption
6
+
7
+
8
+ @dataclass
9
+ class HTTPAuthParams:
10
+ operation: str
11
+
12
+ class HTTPAuthSchemeResolver:
13
+ def resolve_auth_scheme(self, auth_parameters: HTTPAuthParams) -> list[HTTPAuthOption]:
14
+ auth_options: list[HTTPAuthOption] = []
15
+
16
+ return auth_options