Interface VerificationServerClient
-
@FeignClient(name="verification-server", configuration=VerificationServerClientConfiguration.class, url="${services.submission.verification.base-url}") public interface VerificationServerClient
This is a Spring Cloud Feign based HTTP client that allows type-safe HTTP calls and abstract the implementation away.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
verifyTan(Tan tan)
This methods calls the verification service with the given {#link tan}.
-