You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Valid for `oauth2`. **Required**. The flow used by the OAuth2 security scheme. Valid values are `"implicit"`, `"password"`, `"application"` or `"accessCode"`.',
'Valid for oauth2 (`"implicit"`, `"accessCode"`). **Required**. The authorization URL to be used for this flow. This SHOULD be in the form of a URL.',
228
+
},
229
+
targetSpecs: OpenAPI2,
230
+
},
231
+
{
232
+
label: 'tokenUrl',
233
+
insertText: 'tokenUrl',
234
+
kind: 14,
235
+
format: CompletionFormat.QUOTED,
236
+
type: CompletionType.PROPERTY,
237
+
insertTextFormat: 2,
238
+
documentation: {
239
+
kind: 'markdown',
240
+
value:
241
+
'Valid for oauth2 (`"password"`, `"application"`, `"accessCode"`). **Required**. The token URL to be used for this flow. This SHOULD be in the form of a URL.',
'**REQUIRED**. Applies to `openIdConnect`. **REQUIRED**. OpenId Connect URL to discover OAuth2 configuration values. This MUST be in the form of a URL.',
255
+
'Applies to `openIdConnect`. **REQUIRED**. OpenId Connect URL to discover OAuth2 configuration values. This MUST be in the form of a URL.',
'**REQUIRED**. Applies to `openIdConnect`. **REQUIRED**. OpenId Connect URL to discover OAuth2 configuration values. This MUST be in the form of a URL. The OpenID Connect standard requires the use of TLS.',
269
+
'Applies to `openIdConnect`. **REQUIRED**. OpenId Connect URL to discover OAuth2 configuration values. This MUST be in the form of a URL. The OpenID Connect standard requires the use of TLS.',
173
270
},
174
271
targetSpecs: OpenAPI31,
175
272
},
273
+
{
274
+
label: 'scopes',
275
+
insertText: 'scopes',
276
+
kind: 14,
277
+
format: CompletionFormat.OBJECT,
278
+
type: CompletionType.PROPERTY,
279
+
insertTextFormat: 2,
280
+
documentation: {
281
+
kind: 'markdown',
282
+
value:
283
+
'[Scopes Object](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/2.0.md#scopes-object)\n\\\n\\\nValid for `oauth2`. **Required**. The available scopes for the OAuth2 security scheme.',
0 commit comments