Skip to content

Commit b0d78e4

Browse files
authored
Let Security Schemes declare deprecation (#2532)
1 parent d22f93e commit b0d78e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

versions/3.2.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3202,6 +3202,7 @@ Field Name | Type | Applies To | Description
32023202
<a name="securitySchemeBearerFormat"></a>bearerFormat | `string` | `http` (`"bearer"`) | 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.
32033203
<a name="securitySchemeFlows"></a>flows | [OAuth Flows Object](#oauthFlowsObject) | `oauth2` | **REQUIRED**. An object containing configuration information for the flow types supported.
32043204
<a name="securitySchemeOpenIdConnectUrl"></a>openIdConnectUrl | `string` | `openIdConnect` | **REQUIRED**. 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.
3205+
<a name="securitySchemeDeprecated"></a>deprecated | `boolean` | Declares this security scheme to be deprecated. Consumers SHOULD refrain from usage of the declared scheme. Default value is `false`.
32053206

32063207
This object MAY be extended with [Specification Extensions](#specificationExtensions).
32073208

0 commit comments

Comments
 (0)