SecuritySchemaComponent
faststream.asyncapi.schema.security.SecuritySchemaComponent #
Bases: BaseModel
A class to represent a security schema component.
ATTRIBUTE | DESCRIPTION |
---|---|
type | Literal, the type of the security schema component
|
name | optional name of the security schema component
|
description | optional description of the security schema component
|
in_ | optional location of the security schema component
|
schema_ | optional schema of the security schema component
|
bearerFormat | optional bearer format of the security schema component
|
openIdConnectUrl | optional OpenID Connect URL of the security schema component
|
flows | optional OAuth flows of the security schema component
|