зеркало из https://github.com/Azure/ms-rest-js.git
Adding TokenResponse
This commit is contained in:
Родитель
4a1c627466
Коммит
c49d531c05
|
@ -6,7 +6,7 @@ import { Constants as MSRestConstants } from "../util/constants";
|
||||||
import { WebResource } from "../webResource";
|
import { WebResource } from "../webResource";
|
||||||
|
|
||||||
import { TokenCredential } from "@azure/core-auth";
|
import { TokenCredential } from "@azure/core-auth";
|
||||||
import { TokenResponse } from "@azure/ms-rest-nodeauth/dist/lib/credentials/tokenClientCredentials";
|
import { TokenResponse } from "./tokenResponse";
|
||||||
|
|
||||||
const DEFAULT_AUTHORIZATION_SCHEME = "Bearer";
|
const DEFAULT_AUTHORIZATION_SCHEME = "Bearer";
|
||||||
|
|
||||||
|
|
|
@ -51,7 +51,6 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@azure/core-auth": "^1.1.4",
|
"@azure/core-auth": "^1.1.4",
|
||||||
"@azure/ms-rest-nodeauth": "^3.0.6",
|
|
||||||
"@types/node-fetch": "^2.3.7",
|
"@types/node-fetch": "^2.3.7",
|
||||||
"@types/tunnel": "0.0.1",
|
"@types/tunnel": "0.0.1",
|
||||||
"abort-controller": "^3.0.0",
|
"abort-controller": "^3.0.0",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче