SecuritySchemeBuilder
Builder for the security scheme DSL.
Properties
Sets the type of this security scheme to API key.
A hint to the client to identify how the bearer token is formatted. Bearer tokens are usually generated by an authorization server, so this information is primarily for documentation purposes.
A description for security scheme. CommonMark syntax may be used for rich text representation.
Sets the type of this security scheme to HTTP.
Sets the location of this security scheme to be in a cookie.
Sets the location of this security scheme to be in a header.
The location of the API key.
Sets the location of this security scheme to be in a query parameter.
Sets the type of this security scheme to Mutual TLS.
Sets the type of this security scheme to OAuth 2.
Sets the type of this security scheme to OpenID Connect.
OpenID Connect URL to discover OAuth2 configuration values. This must be in the form of a URL. The OpenID Connect standard requires the use of TLS.