Skip to content

Commit

Permalink
removed enforce/override statement
Browse files Browse the repository at this point in the history
  • Loading branch information
BhaswatiRoy authored Nov 24, 2023
1 parent 5593586 commit 13ae5ac
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ The security property is an array where you can define one or more security requ

For example, let's say you have an AsyncAPI document with a channel called users and two operations within that channel: `createUser` and `getUser`.
The server-level security is set to use API key authentication for all operations within all channels.
However, you want to enforce OAuth2 authentication specifically for the getUser operation.

The following example explains how to include security requirement for operations definition

Expand Down

0 comments on commit 13ae5ac

Please sign in to comment.