Interface HttpVerification.Builder

  • Method Details

    • token

      The verification token to serve at the specified route path.

      Parameters:
      token - The verification token to serve at the specified route path.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • routePath

      HttpVerification.Builder routePath(String routePath)

      The HTTP route path where the verification token must be served.

      Parameters:
      routePath - The HTTP route path where the verification token must be served.
      Returns:
      Returns a reference to this object so that method calls can be chained together.