We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4acd13 + f930fec commit 5943508Copy full SHA for 5943508
lib/interfaces/open-api-spec.interface.ts
@@ -262,6 +262,13 @@ export interface SecuritySchemeObject {
262
flows?: OAuthFlowsObject;
263
openIdConnectUrl?: string;
264
'x-tokenName'?: string;
265
+
266
+ /**
267
+ * SecuritySchemes Additional extension properties
268
+ * @issue https://github.com/nestjs/swagger/issues/3179
269
+ * @see https://swagger.io/docs/specification/v3_0/openapi-extensions/
270
+ */
271
+ [extension: `x-${string}`]: any;
272
}
273
274
export interface OAuthFlowsObject {
0 commit comments