File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
src/main/java/cn/authing/sdk/java/model Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ This SDK is built upon [Authing Management API(v3)](https://api.authing.cn/opena
2525 <dependency >
2626 <groupId >cn.authing</groupId >
2727 <artifactId >authing-java-sdk</artifactId >
28- <version >3.1.18 </version >
28+ <version >3.1.19 </version >
2929 </dependency >
3030```
3131
Original file line number Diff line number Diff line change 66
77 <groupId >cn.authing</groupId >
88 <artifactId >authing-java-sdk</artifactId >
9- <version >3.1.18 </version >
9+ <version >3.1.19 </version >
1010
1111 <name >Authing Java SDK</name >
1212 <description >java backend sdk for authing</description >
Original file line number Diff line number Diff line change @@ -143,6 +143,10 @@ public int getTimeout() {
143143 return timeout ;
144144 }
145145
146+ public void setTimeout (int timeout ) {
147+ this .timeout = timeout ;
148+ }
149+
146150 public String getAppId () {
147151 return appId ;
148152 }
You can’t perform that action at this time.
0 commit comments