Interface ObaScaApiClient
-
- All Superinterfaces:
SCAApi
@FeignClient(value="obaScaApi", url="${online-banking.url:http://localhost:8090}", path="/sca", configuration=FeignConfig.class) public interface ObaScaApiClient extends SCAApi
-
-
Method Summary
-
Methods inherited from interface de.adorsys.ledgers.oba.rest.api.resource.SCAApi
login, selectMethod, validateAuthCode
-
-