Package com.vonage.client.verify2
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 Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected to prevent users from explicitly creating this object. -
Method Summary
Modifier and TypeMethodDescriptionstatic VerificationResponseCreates an instance of this class from a JSON payload.URL for Silent Auth Verify workflow completion (only present if using Silent Auth).Returns the UUID of the request that was sent.Methods inherited from class com.vonage.client.JsonableBaseObject
createJsonObjectMapper, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.vonage.client.Jsonable
toJson, updateFromJson
-
Field Details
-
requestId
-
checkUrl
-
-
Constructor Details
-
VerificationResponse
protected VerificationResponse()Protected to prevent users from explicitly creating this object.
-
-
Method Details
-
getRequestId
Returns the UUID of the request that was sent.- Returns:
- The unique request ID.
-
getCheckUrl
URL for Silent Auth Verify workflow completion (only present if using Silent Auth).- Returns:
- The URL to check for Silent Authentication, or
nullif not applicable. - Since:
- 7.10.0
-
fromJson
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.
-