mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
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:
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
|
||||
) { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user