Skip to content

Commit

Permalink
Add specification links for auth mechanisms
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRalphson committed May 22, 2017
1 parent 43ca992 commit e6b10cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions/3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -3368,7 +3368,7 @@ animals:
#### <a name="securitySchemeObject"></a>Security Scheme Object

Allows the definition of 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) and OAuth2's common flows (implicit, password, application and access code).
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](http://openid.net/specs/openid-connect-core-1_0.html).

##### Fixed Fields
Field Name | Type | Validity | Description
Expand Down

0 comments on commit e6b10cc

Please sign in to comment.