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.
1 parent c48b52a commit 1b9fb64Copy full SHA for 1b9fb64
src/main/java/cn/authing/sdk/java/client/AuthenticationClient.java
@@ -148,6 +148,7 @@ public OIDCTokenResponse getAccessTokenByCode(String code) throws Exception {
148
149
OIDCTokenResponse deserializeOIDCResponse = deserialize(response, OIDCTokenResponse.class);
150
151
+ this.options.setAccessToken(deserializeOIDCResponse.getAccessToken());
152
return deserializeOIDCResponse;
153
}
154
0 commit comments