Skip to content

Commit 87eb916

Browse files
1 parent 8f5ed24 commit 87eb916

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

clients/google-api-services-sts/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-sts</artifactId>
25-
<version>v1-rev20240704-2.0.0</version>
25+
<version>v1-rev20240904-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-sts:v1-rev20240704-2.0.0'
38+
implementation 'com.google.apis:google-api-services-sts:v1-rev20240904-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-sts/v1/2.0.0/com/google/api/services/sts/v1/model/GoogleIdentityStsV1ExchangeTokenRequest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public final class GoogleIdentityStsV1ExchangeTokenRequest extends com.google.ap
6161
/**
6262
* Required. An identifier for the type of requested security token. Can be
6363
* `urn:ietf:params:oauth:token-type:access_token` or `urn:ietf:params:oauth:token-
64-
* type:access_boundary_intermediate_token`.
64+
* type:access_boundary_intermediary_token`.
6565
* The value may be {@code null}.
6666
*/
6767
@com.google.api.client.util.Key
@@ -226,7 +226,7 @@ public GoogleIdentityStsV1ExchangeTokenRequest setOptions(java.lang.String optio
226226
/**
227227
* Required. An identifier for the type of requested security token. Can be
228228
* `urn:ietf:params:oauth:token-type:access_token` or `urn:ietf:params:oauth:token-
229-
* type:access_boundary_intermediate_token`.
229+
* type:access_boundary_intermediary_token`.
230230
* @return value or {@code null} for none
231231
*/
232232
public java.lang.String getRequestedTokenType() {
@@ -236,7 +236,7 @@ public java.lang.String getRequestedTokenType() {
236236
/**
237237
* Required. An identifier for the type of requested security token. Can be
238238
* `urn:ietf:params:oauth:token-type:access_token` or `urn:ietf:params:oauth:token-
239-
* type:access_boundary_intermediate_token`.
239+
* type:access_boundary_intermediary_token`.
240240
* @param requestedTokenType requestedTokenType or {@code null} for none
241241
*/
242242
public GoogleIdentityStsV1ExchangeTokenRequest setRequestedTokenType(java.lang.String requestedTokenType) {

clients/google-api-services-sts/v1/2.0.0/com/google/api/services/sts/v1/model/GoogleIdentityStsV1ExchangeTokenResponse.java

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
public final class GoogleIdentityStsV1ExchangeTokenResponse extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* The access boundary session key. This key is used along with the access boundary intermediate
34+
* The access boundary session key. This key is used along with the access boundary intermediary
3535
* token to generate Credential Access Boundary tokens at client side. This field is absent when
3636
* the `requested_token_type` from the request is not `urn:ietf:params:oauth:token-
37-
* type:access_boundary_intermediate_token`.
37+
* type:access_boundary_intermediary_token`.
3838
* The value may be {@code null}.
3939
*/
4040
@com.google.api.client.util.Key("access_boundary_session_key")
@@ -75,10 +75,10 @@ public final class GoogleIdentityStsV1ExchangeTokenResponse extends com.google.a
7575
private java.lang.String tokenType;
7676

7777
/**
78-
* The access boundary session key. This key is used along with the access boundary intermediate
78+
* The access boundary session key. This key is used along with the access boundary intermediary
7979
* token to generate Credential Access Boundary tokens at client side. This field is absent when
8080
* the `requested_token_type` from the request is not `urn:ietf:params:oauth:token-
81-
* type:access_boundary_intermediate_token`.
81+
* type:access_boundary_intermediary_token`.
8282
* @see #decodeAccessBoundarySessionKey()
8383
* @return value or {@code null} for none
8484
*/
@@ -87,10 +87,10 @@ public java.lang.String getAccessBoundarySessionKey() {
8787
}
8888

8989
/**
90-
* The access boundary session key. This key is used along with the access boundary intermediate
90+
* The access boundary session key. This key is used along with the access boundary intermediary
9191
* token to generate Credential Access Boundary tokens at client side. This field is absent when
9292
* the `requested_token_type` from the request is not `urn:ietf:params:oauth:token-
93-
* type:access_boundary_intermediate_token`.
93+
* type:access_boundary_intermediary_token`.
9494
* @see #getAccessBoundarySessionKey()
9595
* @return Base64 decoded value or {@code null} for none
9696
*
@@ -101,10 +101,10 @@ public byte[] decodeAccessBoundarySessionKey() {
101101
}
102102

103103
/**
104-
* The access boundary session key. This key is used along with the access boundary intermediate
104+
* The access boundary session key. This key is used along with the access boundary intermediary
105105
* token to generate Credential Access Boundary tokens at client side. This field is absent when
106106
* the `requested_token_type` from the request is not `urn:ietf:params:oauth:token-
107-
* type:access_boundary_intermediate_token`.
107+
* type:access_boundary_intermediary_token`.
108108
* @see #encodeAccessBoundarySessionKey()
109109
* @param accessBoundarySessionKey accessBoundarySessionKey or {@code null} for none
110110
*/
@@ -114,10 +114,10 @@ public GoogleIdentityStsV1ExchangeTokenResponse setAccessBoundarySessionKey(java
114114
}
115115

116116
/**
117-
* The access boundary session key. This key is used along with the access boundary intermediate
117+
* The access boundary session key. This key is used along with the access boundary intermediary
118118
* token to generate Credential Access Boundary tokens at client side. This field is absent when
119119
* the `requested_token_type` from the request is not `urn:ietf:params:oauth:token-
120-
* type:access_boundary_intermediate_token`.
120+
* type:access_boundary_intermediary_token`.
121121
* @see #setAccessBoundarySessionKey()
122122
*
123123
* <p>

clients/google-api-services-sts/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-sts</artifactId>
11-
<version>v1-rev20240704-2.0.0</version>
12-
<name>Security Token Service API v1-rev20240704-2.0.0</name>
11+
<version>v1-rev20240904-2.0.0</version>
12+
<name>Security Token Service API v1-rev20240904-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-sts/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-sts</artifactId>
25-
<version>v1-rev20240704-2.0.0</version>
25+
<version>v1-rev20240904-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-sts:v1-rev20240704-2.0.0'
38+
implementation 'com.google.apis:google-api-services-sts:v1-rev20240904-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)