Skip to content

Commit 212d676

Browse files
authored
3.0.2 - Security Scheme Object description missing cookie
1 parent 56e2437 commit 212d676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3132,7 +3132,7 @@ animals:
31323132
#### <a name="securitySchemeObject"></a>Security Scheme Object
31333133

31343134
Defines a security scheme that can be used by the operations.
3135-
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](https://tools.ietf.org/html/rfc6749), and [OpenID Connect Discovery](https://tools.ietf.org/html/draft-ietf-oauth-discovery-06).
3135+
Supported schemes are HTTP authentication, an API key (either as a header, a cookie parameter or as a query parameter), OAuth2's common flows (implicit, password, application and access code) as defined in [RFC6749](https://tools.ietf.org/html/rfc6749), and [OpenID Connect Discovery](https://tools.ietf.org/html/draft-ietf-oauth-discovery-06).
31363136

31373137
##### Fixed Fields
31383138
Field Name | Type | Applies To | Description

0 commit comments

Comments
 (0)