Skip to main content

SecurityBase

No overview available.

Attributes

AttributeTypeDescription
modelSecurityBaseModelThe underlying security scheme model defining the configuration and metadata for the authentication mechanism.
scheme_namestrThe 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

NameTypeDescription
modelSecurityBaseModelThe underlying security model defining the authentication requirements
scheme_namestringThe unique identifier for the security scheme used in the OpenAPI specification