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 short description for security scheme. CommonMark syntax MAY be used for rich text representation.
An object containing configuration information for the flow types supported.
The location of the API key
The name of the header, query or cookie parameter to be used.
OpenId Connect URL to discover OAuth2 configuration values. This MUST be in the form of a URL.
The name of the HTTP Authorization scheme to be used in the Authorization header as defined in RFC7235.
Defines a security scheme that can be used by the operations. Supported schemes are HTTP authentication, an API key (either as a header or as a query parameter), OAuth2's common flows (implicit, password, application and access code) as defined in RFC6749, and OpenID Connect Discovery.