public CompletableFuture newPasswordCheckVerification()

in src/main/java/com/google/recaptcha/pld/pld/services/PldService.java [53:57]


  public CompletableFuture<PasswordCheckVerification> newPasswordCheckVerification(
      PlaintextCredentials credentials) throws InterruptedException, ExecutionException {
    return passwordCheckVerifier.createVerification(
        credentials.getUsername(), credentials.getPassword());
  }