Expand description
Implements OpenAPI Security Schema types.
Refer to SecurityScheme
for usage and more details.
Structs§
- Security
Requirement - OpenAPI security requirement object.
Enums§
- Security
Scheme - OpenAPI security scheme for path operations.
- ApiKey
- Api key authentication
SecurityScheme
.
Structs§
- ApiKey
Value - Value object for
ApiKey
. - ApiKey
Value Builder - Use builder syntax to set the inputs and finish with
build()
. - Http
- Http authentication
SecurityScheme
builder. - Http
Builder - Use builder syntax to set the inputs and finish with
build()
.
Enums§
- Http
Auth Scheme - Implements types according RFC7235.
Structs§
- Open
IdConnect - Open id connect
SecurityScheme
. - OAuth2
- OAuth2
Flow
configuration forSecurityScheme
.
Enums§
Structs§
- Implicit
- Implicit
Flow
configuration forOAuth2
. - Authorization
Code - Authorization code
Flow
configuration forOAuth2
. - Password
- Password
Flow
configuration forOAuth2
. - Client
Credentials - Client credentials
Flow
configuration forOAuth2
. - Scopes
OAuth2
flow scopes object defines required permissions for oauth flow.