SecurityBase
No overview available.
Attributes
| Attribute | Type | Description |
|---|---|---|
| model | SecurityBaseModel | The underlying security scheme model defining the configuration and metadata for the authentication mechanism. |
| scheme_name | str | The unique identifier or label assigned to the security scheme for reference within the API specification. |
Constructor
Signature
def SecurityBase() - > null
Signature
def SecurityBase(
model: SecurityBaseModel,
scheme_name: string
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| model | SecurityBaseModel | The underlying security model defining the authentication requirements |
| scheme_name | string | The unique identifier for the security scheme used in the OpenAPI specification |