Class VerificationResponse

java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.verify2.VerificationResponse
All Implemented Interfaces:
Jsonable

Metadata about an outbound verification request.
  • Field Details

  • Constructor Details

    • VerificationResponse

      Protected to prevent users from explicitly creating this object.
  • Method Details

    • getRequestId

      public UUID getRequestId()
      Returns the UUID of the request that was sent.
      Returns:
      The unique request ID.
    • getCheckUrl

      public URI getCheckUrl()
      URL for Silent Auth Verify workflow completion (only present if using Silent Auth).
      Returns:
      The URL to check for Silent Authentication, or null if not applicable.
      Since:
      7.10.0
    • fromJson

      public static VerificationResponse fromJson(String json)
      Creates an instance of this class from a JSON payload.
      Parameters:
      json - The JSON string to parse.
      Returns:
      An instance of this class with the fields populated, if present.