File tree Expand file tree Collapse file tree
clients/google-api-services-sts/v1
com/google/api/services/sts/v1/model Expand file tree Collapse file tree Original file line number Diff line number Diff 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-rev20260701 -2.0.0</version >
25+ <version >v1-rev20260709 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-sts:v1-rev20260701 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-sts:v1-rev20260709 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change 3232@ SuppressWarnings ("javadoc" )
3333public final class GoogleIdentityStsV1Jwk extends com .google .api .client .json .GenericJson {
3434
35+ /**
36+ * Algorithm intended for use with the key. Currently "RS256".
37+ * The value may be {@code null}.
38+ */
39+ @ com .google .api .client .util .Key
40+ private java .lang .String alg ;
41+
3542 /**
3643 * Exponent value for kty="RSA".
3744 * The value may be {@code null}.
@@ -67,6 +74,23 @@ public final class GoogleIdentityStsV1Jwk extends com.google.api.client.json.Gen
6774 @ com .google .api .client .util .Key
6875 private java .lang .String use ;
6976
77+ /**
78+ * Algorithm intended for use with the key. Currently "RS256".
79+ * @return value or {@code null} for none
80+ */
81+ public java .lang .String getAlg () {
82+ return alg ;
83+ }
84+
85+ /**
86+ * Algorithm intended for use with the key. Currently "RS256".
87+ * @param alg alg or {@code null} for none
88+ */
89+ public GoogleIdentityStsV1Jwk setAlg (java .lang .String alg ) {
90+ this .alg = alg ;
91+ return this ;
92+ }
93+
7094 /**
7195 * Exponent value for kty="RSA".
7296 * @return value or {@code null} for none
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-sts</artifactId >
11- <version >v1-rev20260701 -2.0.0</version >
12- <name >Security Token Service API v1-rev20260701 -2.0.0</name >
11+ <version >v1-rev20260709 -2.0.0</version >
12+ <name >Security Token Service API v1-rev20260709 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff 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-rev20260701 -2.0.0</version >
25+ <version >v1-rev20260709 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-sts:v1-rev20260701 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-sts:v1-rev20260709 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments