Skip to content

Commit a82289a

Browse files
feat(sts): update the api
#### sts:v1 The following keys were added: - schemas.GoogleIdentityStsV1ExchangeTokenResponse.properties.access_boundary_session_key (Total Keys: 2)
1 parent 3308e5e commit a82289a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/dyn/sts_v1.v1.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ <h3>Method Details</h3>
113113
An object of the form:
114114

115115
{ # Response message for ExchangeToken.
116+
&quot;access_boundary_session_key&quot;: &quot;A String&quot;, # The access boundary session key. This key is used along with the access boundary intermediate 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_intermediate_token`.
116117
&quot;access_token&quot;: &quot;A String&quot;, # An OAuth 2.0 security token, issued by Google, in response to the token exchange request. Tokens can vary in size, depending in part on the size of mapped claims, up to a maximum of 12288 bytes (12 KB). Google reserves the right to change the token size and the maximum length at any time.
117118
&quot;expires_in&quot;: 42, # 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 Google-issued, short-lived access token. In this case, the access token has the same expiration time as the `subject_token`.
118119
&quot;issued_token_type&quot;: &quot;A String&quot;, # The token type. Always matches the value of `requested_token_type` from the request.

googleapiclient/discovery_cache/documents/sts.v1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
}
117117
}
118118
},
119-
"revision": "20240619",
119+
"revision": "20240704",
120120
"rootUrl": "https://sts.googleapis.com/",
121121
"schemas": {
122122
"GoogleIamV1Binding": {
@@ -216,6 +216,11 @@
216216
"description": "Response message for ExchangeToken.",
217217
"id": "GoogleIdentityStsV1ExchangeTokenResponse",
218218
"properties": {
219+
"access_boundary_session_key": {
220+
"description": "The access boundary session key. This key is used along with the access boundary intermediate 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_intermediate_token`.",
221+
"format": "byte",
222+
"type": "string"
223+
},
219224
"access_token": {
220225
"description": "An OAuth 2.0 security token, issued by Google, in response to the token exchange request. Tokens can vary in size, depending in part on the size of mapped claims, up to a maximum of 12288 bytes (12 KB). Google reserves the right to change the token size and the maximum length at any time.",
221226
"type": "string"

0 commit comments

Comments
 (0)