Skip to content

Commit f6d6799

Browse files
patricekrakowdarrelmiller
authored andcommitted
Fix 'Security Scheme Object' definition with OAuth 2.0 grant types. (#2006)
1 parent dd48da1 commit f6d6799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3173,7 +3173,7 @@ animals:
31733173
#### <a name="securitySchemeObject"></a>Security Scheme Object
31743174

31753175
Defines a security scheme that can be used by the operations.
3176-
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).
3176+
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, client credentials and authorization 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).
31773177

31783178
##### Fixed Fields
31793179
Field Name | Type | Applies To | Description

0 commit comments

Comments
 (0)