google-auth-library
Advanced tools
Comparing version 9.15.0 to 9.15.1
@@ -55,2 +55,6 @@ import { GaxiosOptions, GaxiosResponse } from 'gaxios'; | ||
* Cannot be used with {@link GoogleAuthOptions.apiKey `apiKey`}. | ||
* | ||
* @remarks | ||
* | ||
* **Important**: If you accept a credential configuration (credential JSON/File/Stream) from an external source for authentication to Google Cloud, you must validate it before providing it to any Google API or library. Providing an unvalidated credential configuration to Google APIs can compromise the security of your systems and data. For more information, refer to {@link https://cloud.google.com/docs/authentication/external/externally-sourced-credentials Validate credential configurations from external sources}. | ||
*/ | ||
@@ -233,2 +237,4 @@ credentials?: JWTInput | ExternalAccountClientOptions; | ||
* | ||
* **Important**: If you accept a credential configuration (credential JSON/File/Stream) from an external source for authentication to Google Cloud, you must validate it before providing it to any Google API or library. Providing an unvalidated credential configuration to Google APIs can compromise the security of your systems and data. For more information, refer to {@link https://cloud.google.com/docs/authentication/external/externally-sourced-credentials Validate credential configurations from external sources}. | ||
* | ||
* @param json The input object. | ||
@@ -235,0 +241,0 @@ * @param options The JWT or UserRefresh options for the client |
@@ -434,2 +434,4 @@ "use strict"; | ||
* | ||
* **Important**: If you accept a credential configuration (credential JSON/File/Stream) from an external source for authentication to Google Cloud, you must validate it before providing it to any Google API or library. Providing an unvalidated credential configuration to Google APIs can compromise the security of your systems and data. For more information, refer to {@link https://cloud.google.com/docs/authentication/external/externally-sourced-credentials Validate credential configurations from external sources}. | ||
* | ||
* @param json The input object. | ||
@@ -436,0 +438,0 @@ * @param options The JWT or UserRefresh options for the client |
@@ -89,2 +89,6 @@ import { GoogleToken } from 'gtoken'; | ||
* @param json The input object. | ||
* | ||
* @remarks | ||
* | ||
* **Important**: If you accept a credential configuration (credential JSON/File/Stream) from an external source for authentication to Google Cloud, you must validate it before providing it to any Google API or library. Providing an unvalidated credential configuration to Google APIs can compromise the security of your systems and data. For more information, refer to {@link https://cloud.google.com/docs/authentication/external/externally-sourced-credentials Validate credential configurations from external sources}. | ||
*/ | ||
@@ -96,2 +100,6 @@ fromJSON(json: JWTInput): void; | ||
* @param callback Optional callback. | ||
* | ||
* @remarks | ||
* | ||
* **Important**: If you accept a credential configuration (credential JSON/File/Stream) from an external source for authentication to Google Cloud, you must validate it before providing it to any Google API or library. Providing an unvalidated credential configuration to Google APIs can compromise the security of your systems and data. For more information, refer to {@link https://cloud.google.com/docs/authentication/external/externally-sourced-credentials Validate credential configurations from external sources}. | ||
*/ | ||
@@ -98,0 +106,0 @@ fromStream(inputStream: stream.Readable): Promise<void>; |
@@ -205,2 +205,6 @@ "use strict"; | ||
* @param json The input object. | ||
* | ||
* @remarks | ||
* | ||
* **Important**: If you accept a credential configuration (credential JSON/File/Stream) from an external source for authentication to Google Cloud, you must validate it before providing it to any Google API or library. Providing an unvalidated credential configuration to Google APIs can compromise the security of your systems and data. For more information, refer to {@link https://cloud.google.com/docs/authentication/external/externally-sourced-credentials Validate credential configurations from external sources}. | ||
*/ | ||
@@ -207,0 +211,0 @@ fromJSON(json) { |
{ | ||
"name": "google-auth-library", | ||
"version": "9.15.0", | ||
"version": "9.15.1", | ||
"author": "Google Inc.", | ||
@@ -41,3 +41,3 @@ "description": "Google APIs Authentication Client Library for Node.js", | ||
"codecov": "^3.0.2", | ||
"execa": "^5.0.0", | ||
"engine.io": "6.6.2", | ||
"gts": "^5.0.0", | ||
@@ -44,0 +44,0 @@ "is-docker": "^2.0.0", |
Sorry, the diff of this file is too big to display
611526
78
10037
1471