Skip to content

Commit f382e8d

Browse files
committed
Display name security scheme property for apiKey type
1 parent b5da268 commit f382e8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/core/components/auth/api-key-auth.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ export default class ApiKeyAuth extends React.Component {
6060
<Row>
6161
<Markdown source={ schema.get("description") } />
6262
</Row>
63+
<Row>
64+
<p>Name: <code>{ schema.get("name") }</code></p>
65+
</Row>
6366
<Row>
6467
<p>In: <code>{ schema.get("in") }</code></p>
6568
</Row>

0 commit comments

Comments
 (0)