- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for _security_scheme (0.11 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
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 Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 21:25:59 GMT 2025 - 7.1K bytes - Click Count (0) -
fastapi/openapi/models.py
class OpenIdConnect(SecurityBase): type_: SecuritySchemeType = Field( default=SecuritySchemeType.openIdConnect, alias="type" ) openIdConnectUrl: str SecurityScheme = Union[APIKey, HTTPBase, OAuth2, OpenIdConnect, HTTPBearer] class Components(BaseModelWithConfig): schemas: Optional[dict[str, Union[Schema, Reference]]] = None
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 12:54:56 GMT 2025 - 15.1K 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 Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Oct 18 04:36:59 GMT 2013 - 1.9M bytes - Click Count (1)