use of com.forgerock.openbanking.am.config.AMOpenBankingConfiguration in project openbanking-aspsp by OpenBankingToolkit.
the class JwtOverridingServiceTest method setUp.
@Before
public void setUp() throws Exception {
this.amOpenBankingConfiguration = new AMOpenBankingConfiguration();
this.jwtOverridingService = new JwtOverridingService(cryptoApiClient, amOpenBankingConfiguration);
}
Aggregations