- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for _security_scheme (0.11 seconds)
-
fastapi/dependencies/models.py
unwrapped = _unwrapped_call(self.call) return isinstance(unwrapped, SecurityBase) # Mainly to get the type of SecurityBase, but it's the same self.call @cached_property def _security_scheme(self) -> SecurityBase: unwrapped = _unwrapped_call(self.call) assert isinstance(unwrapped, SecurityBase) return unwrapped @cached_property
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Feb 11 18:41:21 GMT 2026 - 7.1K bytes - Click Count (0) -
fastapi/openapi/utils.py
) if result: path, security_schemes, path_definitions = result if path: paths.setdefault(route.path_format, {}).update(path) if security_schemes: components.setdefault("securitySchemes", {}).update( security_schemes ) if path_definitions:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sun Mar 15 11:44:39 GMT 2026 - 25.6K bytes - Click Count (0) -
fastapi/openapi/models.py
class OpenIdConnect(SecurityBase): type_: SecuritySchemeType = Field( default=SecuritySchemeType.openIdConnect, alias="type" ) openIdConnectUrl: str SecurityScheme = APIKey | HTTPBase | OAuth2 | OpenIdConnect | HTTPBearer class Components(BaseModelWithConfig): schemas: dict[str, Schema | Reference] | None = None responses: dict[str, Response | Reference] | None = None
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sun Mar 15 11:44:39 GMT 2026 - 14.2K bytes - Click Count (0) -
api/go1.2.txt
pkg syscall (windows-386), type WSAProtocolInfo struct, ProviderId GUID pkg syscall (windows-386), type WSAProtocolInfo struct, ProviderReserved uint32 pkg syscall (windows-386), type WSAProtocolInfo struct, SecurityScheme int32 pkg syscall (windows-386), type WSAProtocolInfo struct, ServiceFlags1 uint32 pkg syscall (windows-386), type WSAProtocolInfo struct, ServiceFlags2 uint32
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Oct 18 04:36:59 GMT 2013 - 1.9M bytes - Click Count (1)