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 bed691a commit 70552c8Copy full SHA for 70552c8
src/utils/auth/oidcClient.ts
@@ -5,13 +5,13 @@ import * as https from "https";
5
import * as jws from 'jws';
6
import fetch from 'node-fetch';
7
import path from 'path';
8
+import sanitizeHtml from 'sanitize-html';
9
import { SecureContextOptions } from 'tls';
10
import { v4 as uuid } from 'uuid';
11
import { env, Uri, window } from "vscode";
12
import { IRestClientSettings, SystemSettings } from '../../models/configurationSettings';
13
import { MemoryCache } from '../memoryCache';
14
import { getCurrentHttpFileName, getWorkspaceRootPath } from '../workspaceUtility';
-import sanitizeHtml from 'sanitize-html';
15
16
type ServerAuthorizationCodeResponse = {
17
// Success case
0 commit comments