Skip to content

Commit 13ae045

Browse files
authored
Merge pull request #1113 from MikeRalphson/secscheme-links
Add specification references for securitySchemes
2 parents d4d3e4f + 338e301 commit 13ae045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.md

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

31873187
Defines a security scheme that can be used by the operations.
3188-
Supported schemes are HTTP authentication, an API key (either as a header or as a query parameter) and OAuth2's common flows (implicit, password, application and access code).
3188+
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).
31893189

31903190
##### Fixed Fields
31913191
Field Name | Type | Applies To | Description

0 commit comments

Comments
 (0)