Interface AsyncVerificationCodeSupplier

All Superinterfaces:
Supplier<CompletableFuture<String>>

public interface AsyncVerificationCodeSupplier extends Supplier<CompletableFuture<String>>
An interface to represent a supplier that returns a code wrapped in a CompletableFuture
  • Method Details