Skip to content

Commit 58aba1e

Browse files
Merge pull request #774 from costela/add-docs-link-to-iana-auth-schemes
chore(docs): add link to IANA auth schemes
2 parents fc2d45e + 2f494aa commit 58aba1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openapi.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1215,6 +1215,7 @@ type SecurityScheme struct {
12151215
// Scheme is REQUIRED. The name of the HTTP Authorization scheme to be used in
12161216
// the Authorization header as defined in [RFC7235]. The values used SHOULD be
12171217
// registered in the IANA Authentication Scheme registry.
1218+
// See: http://www.iana.org/assignments/http-authschemes/http-authschemes.xhtml
12181219
Scheme string `yaml:"scheme,omitempty"`
12191220

12201221
// BearerFormat is a hint to the client to identify how the bearer token is

0 commit comments

Comments
 (0)