perf(X-Pack): Oauth2 对接支持配置 code key (#17152)

This commit is contained in:
fit2cloud-chenyw
2025-10-10 16:26:03 +08:00
parent e49938ca1e
commit 6bca45da69
2 changed files with 3 additions and 1 deletions

View File

@@ -19,4 +19,6 @@ public class XpackOauthAuthVO implements Serializable {
private String authEndpoint;
private String scope;
private String codeKey;
}