perf(X-Pack): OAuth2 支持 client_secret_jwt 方式认证

This commit is contained in:
fit2cloud-chenyw
2025-03-31 15:09:20 +08:00
committed by fit2cloud-chenyw
parent 70c6784081
commit 05235f883e

View File

@@ -27,4 +27,6 @@ public class XpackOauth2VO implements Serializable {
private String mapping;
private String redirectUri;
private String authMethod = "0";
}