@googleapis/sts 9.0.0 → 9.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -0
- package/build/v1.d.ts +3 -3
- package/package.json +1 -1
- package/v1.ts +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [9.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/sts-v9.0.1...sts-v9.1.0) (2025-02-04)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **sts:** update the API ([4539f52](https://github.com/googleapis/google-api-nodejs-client/commit/4539f52105b568cc6a654cca736cae36e7ddf3ab))
|
|
9
|
+
* **sts:** update the API ([6e5182c](https://github.com/googleapis/google-api-nodejs-client/commit/6e5182cc6f93e9a509c94a92c5768a873828c811))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **sts:** update the API ([73354e6](https://github.com/googleapis/google-api-nodejs-client/commit/73354e622ae72c652557752e57c7bcc62adb09ad))
|
|
15
|
+
|
|
16
|
+
## [9.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/sts-v9.0.0...sts-v9.0.1) (2024-10-30)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* **sts:** update the API ([73354e6](https://github.com/googleapis/google-api-nodejs-client/commit/73354e622ae72c652557752e57c7bcc62adb09ad))
|
|
22
|
+
|
|
3
23
|
## [9.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/sts-v8.0.0...sts-v9.0.0) (2024-08-16)
|
|
4
24
|
|
|
5
25
|
|
package/build/v1.d.ts
CHANGED
|
@@ -170,7 +170,7 @@ export declare namespace sts_v1 {
|
|
|
170
170
|
*/
|
|
171
171
|
options?: string | null;
|
|
172
172
|
/**
|
|
173
|
-
* Required. An identifier for the type of requested security token. Can be `urn:ietf:params:oauth:token-type:access_token` or `urn:ietf:params:oauth:token-type:
|
|
173
|
+
* Required. An identifier for the type of requested security token. Can be `urn:ietf:params:oauth:token-type:access_token` or `urn:ietf:params:oauth:token-type:access_boundary_intermediary_token`.
|
|
174
174
|
*/
|
|
175
175
|
requestedTokenType?: string | null;
|
|
176
176
|
/**
|
|
@@ -191,7 +191,7 @@ export declare namespace sts_v1 {
|
|
|
191
191
|
*/
|
|
192
192
|
export interface Schema$GoogleIdentityStsV1ExchangeTokenResponse {
|
|
193
193
|
/**
|
|
194
|
-
* The access boundary session key. This key is used along with the access boundary
|
|
194
|
+
* The access boundary session key. This key is used along with the access boundary intermediary token to generate Credential Access Boundary tokens at client side. This field is absent when the `requested_token_type` from the request is not `urn:ietf:params:oauth:token-type:access_boundary_intermediary_token`.
|
|
195
195
|
*/
|
|
196
196
|
access_boundary_session_key?: string | null;
|
|
197
197
|
/**
|
|
@@ -199,7 +199,7 @@ export declare namespace sts_v1 {
|
|
|
199
199
|
*/
|
|
200
200
|
access_token?: string | null;
|
|
201
201
|
/**
|
|
202
|
-
* The amount of time, in seconds, between the time when the access token was issued and the time when the access token will expire. This field is absent when the `subject_token` in the request is a
|
|
202
|
+
* The amount of time, in seconds, between the time when the access token was issued and the time when the access token will expire. This field is absent when the `subject_token` in the request is a a short-lived access token for a Cloud Identity or Google Workspace user account. In this case, the access token has the same expiration time as the `subject_token`.
|
|
203
203
|
*/
|
|
204
204
|
expires_in?: number | null;
|
|
205
205
|
/**
|
package/package.json
CHANGED
package/v1.ts
CHANGED
|
@@ -223,7 +223,7 @@ export namespace sts_v1 {
|
|
|
223
223
|
*/
|
|
224
224
|
options?: string | null;
|
|
225
225
|
/**
|
|
226
|
-
* Required. An identifier for the type of requested security token. Can be `urn:ietf:params:oauth:token-type:access_token` or `urn:ietf:params:oauth:token-type:
|
|
226
|
+
* Required. An identifier for the type of requested security token. Can be `urn:ietf:params:oauth:token-type:access_token` or `urn:ietf:params:oauth:token-type:access_boundary_intermediary_token`.
|
|
227
227
|
*/
|
|
228
228
|
requestedTokenType?: string | null;
|
|
229
229
|
/**
|
|
@@ -244,7 +244,7 @@ export namespace sts_v1 {
|
|
|
244
244
|
*/
|
|
245
245
|
export interface Schema$GoogleIdentityStsV1ExchangeTokenResponse {
|
|
246
246
|
/**
|
|
247
|
-
* The access boundary session key. This key is used along with the access boundary
|
|
247
|
+
* The access boundary session key. This key is used along with the access boundary intermediary token to generate Credential Access Boundary tokens at client side. This field is absent when the `requested_token_type` from the request is not `urn:ietf:params:oauth:token-type:access_boundary_intermediary_token`.
|
|
248
248
|
*/
|
|
249
249
|
access_boundary_session_key?: string | null;
|
|
250
250
|
/**
|
|
@@ -252,7 +252,7 @@ export namespace sts_v1 {
|
|
|
252
252
|
*/
|
|
253
253
|
access_token?: string | null;
|
|
254
254
|
/**
|
|
255
|
-
* The amount of time, in seconds, between the time when the access token was issued and the time when the access token will expire. This field is absent when the `subject_token` in the request is a
|
|
255
|
+
* The amount of time, in seconds, between the time when the access token was issued and the time when the access token will expire. This field is absent when the `subject_token` in the request is a a short-lived access token for a Cloud Identity or Google Workspace user account. In this case, the access token has the same expiration time as the `subject_token`.
|
|
256
256
|
*/
|
|
257
257
|
expires_in?: number | null;
|
|
258
258
|
/**
|