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

This commit is contained in:
fit2cloud-chenyw
2025-10-10 16:26:03 +08:00
committed by GitHub
parent 247e30e340
commit cd7ed86fc2
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;
}