IJPL-254615 Expose JCP base URL property from JetBrainsAccount.xml

See-also: IJ-MR-221738 IJPL-254615 Expose JCP base URL property from `JetBrainsAccount.xml`
See-also: IJ-MR-211452 IJPL-249029 Add new `JBAccountInfoService` APIs for issuing JCP access tokens

GitOrigin-RevId: 853dc1670975031dfa3038a59106d017ea075cb0
This commit is contained in:
Denis Zakharov
2026-09-08 02:10:22 +00:00
committed by intellij-monorepo-bot
parent 281dbbc92d
commit 8a96bd3e6b
@@ -227,7 +227,8 @@ public interface JBAccountInfoService {
record JbaServiceConfiguration(
@NotNull String accountUrl,
@NotNull String signupUrl,
@Nullable String paymentMethodsUrl, // TODO nullable during the transition period
@NotNull String paymentMethodsUrl,
@NotNull String jcpApiBaseUrl, // not actually JBA-related, but for now here as a property in JetBrainsAccount.xml
@NotNull List<@NotNull JbaOAuthProvider> authProviders
) { }