SecuritySchemeType Class — fastapi Architecture
Architecture documentation for the SecuritySchemeType class in models.py from the fastapi codebase.
Entity Profile
Dependency Diagram
graph TD b8202af2_b270_aa97_319c_35d0359a47ff["SecuritySchemeType"] 7f688779_6b22_3c15_6514_97dec91c3c30["models.py"] b8202af2_b270_aa97_319c_35d0359a47ff -->|defined in| 7f688779_6b22_3c15_6514_97dec91c3c30
Relationship Graph
Source Code
fastapi/openapi/models.py lines 321–325
class SecuritySchemeType(Enum):
apiKey = "apiKey"
http = "http"
oauth2 = "oauth2"
openIdConnect = "openIdConnect"
Domain
Defined In
Source
Frequently Asked Questions
What is the SecuritySchemeType class?
SecuritySchemeType is a class in the fastapi codebase, defined in fastapi/openapi/models.py.
Where is SecuritySchemeType defined?
SecuritySchemeType is defined in fastapi/openapi/models.py at line 321.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free