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.
1 parent 0e9dfe1 commit 68a3d89Copy full SHA for 68a3d89
packages/api-client/src/views/Request/libs/oauth2.ts
@@ -3,9 +3,7 @@ import type { Oauth2Flow, Server } from '@scalar/oas-utils/entities/spec'
3
import { shouldUseProxy } from '@scalar/oas-utils/helpers'
4
5
/** Oauth2 security schemes which are not implicit */
6
-type NonImplicitFlow = Exclude<Oauth2Flow, { type: 'implicit' }> & {
7
- 'x-scalar-security-body'?: Record<string, string>
8
-}
+type NonImplicitFlow = Exclude<Oauth2Flow, { type: 'implicit' }>
9
10
type PKCEState = {
11
codeVerifier: string
0 commit comments