Table of Contents

Class VerifyResponse

Namespace
Vonage.Verify
Assembly
Vonage.dll

Represents the response from initiating a verification request, containing the request ID for subsequent operations.

public class VerifyResponse : VerifyResponseBase
Inheritance
VerifyResponse
Inherited Members

Properties

Network

The mobile network code (MNC) of the carrier that blocked the request, if applicable. Only populated for certain error conditions.

[JsonProperty("network")]
public string Network { get; set; }

Property Value

string

RequestId

The unique identifier of the verification request. Use this ID in VerifyCheckRequest to validate the user's PIN code. May be empty if the request failed.

[JsonProperty("request_id")]
public string RequestId { get; set; }

Property Value

string