Skip to content

Commit

Permalink
docs: improve security requirement docs
Browse files Browse the repository at this point in the history
  • Loading branch information
karlvr committed Jan 16, 2024
1 parent 7602263 commit ca76b19
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/types/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1025,9 +1025,11 @@ export interface CodegenSecurityRequirements {
}

/**
* All of the security requirements required.
* The security requirement contains the list of security schemes (usually one) that must all
* be satisfied in order to meet this security requirement.
*/
export interface CodegenSecurityRequirement {
/** The security schemes that must all be satisfied in order to meet this security requirement. */
schemes: CodegenSecurityRequirementScheme[]
}

Expand Down

0 comments on commit ca76b19

Please sign in to comment.