mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-06 18:46:40 +00:00
6 lines
141 B
Python
6 lines
141 B
Python
from fastapi.openapi.models import SecurityBase as SecurityBaseModel
|
|
|
|
|
|
class SecurityBase:
|
|
model: SecurityBaseModel
|
|
scheme_name: str
|