Skip to content

Commit 4d4da1e

Browse files
feat: Automated regeneration of STS client (googleapis#12526)
Auto-created at 2024-11-14 13:17:41 +0000 using the toys pull request generator.
1 parent 43ad2e3 commit 4d4da1e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/sts/lib/google_api/sts/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.STS.V1 do
2020
API client metadata for GoogleApi.STS.V1.
2121
"""
2222

23-
@discovery_revision "20240904"
23+
@discovery_revision "20241106"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/sts/lib/google_api/sts/v1/model/google_identity_sts_v1_exchange_token_response.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defmodule GoogleApi.STS.V1.Model.GoogleIdentityStsV1ExchangeTokenResponse do
2323
2424
* `access_boundary_session_key` (*type:* `String.t`, *default:* `nil`) - 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`.
2525
* `access_token` (*type:* `String.t`, *default:* `nil`) - 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.
26-
* `expires_in` (*type:* `integer()`, *default:* `nil`) - 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`.
26+
* `expires_in` (*type:* `integer()`, *default:* `nil`) - 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`.
2727
* `issued_token_type` (*type:* `String.t`, *default:* `nil`) - The token type. Always matches the value of `requested_token_type` from the request.
2828
* `token_type` (*type:* `String.t`, *default:* `nil`) - The type of access token. Always has the value `Bearer`.
2929
"""

clients/sts/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.STS.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.9.1"
21+
@version "0.9.2"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)