We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82e696a + 63503a8 commit fb6a534Copy full SHA for fb6a534
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>cn.authing</groupId>
8
<artifactId>authing-java-sdk</artifactId>
9
- <version>3.1.16</version>
+ <version>3.1.17</version>
10
11
<name>Authing Java SDK</name>
12
<description>java backend sdk for authing</description>
src/main/java/cn/authing/sdk/java/dto/IdentityDto.java
@@ -289,6 +289,9 @@ public static enum Provider {
289
290
@JsonProperty("sdbz")
291
SDBZ("sdbz"),
292
+
293
+ @JsonProperty("zjzwfw")
294
+ ZJZWFW("zjzwfw"),
295
;
296
297
private String value;
0 commit comments