SecuritySchemeDsl
interface SecuritySchemeDsl
DSL for the security scheme object.
Properties
Inheritors
Extensions
Link copied to clipboard
Sets the type of this security scheme to API key.
Link copied to clipboard
Sets the type of this security scheme to HTTP.
Link copied to clipboard
Sets the location of this security scheme to be in a cookie.
Link copied to clipboard
Sets the location of this security scheme to be in a header.
Link copied to clipboard
Sets the location of this security scheme to be in a query parameter.
Link copied to clipboard
Sets the type of this security scheme to Mutual TLS.
Link copied to clipboard
Sets the type of this security scheme to OAuth 2.
Link copied to clipboard
Sets the type of this security scheme to OpenID Connect.