Table of Contents

Interface IBuilderForRequestId

Namespace
Vonage.VerifyV2.VerifyCode
Assembly
Vonage.dll
public interface IBuilderForRequestId

Methods

WithRequestId(Guid)

Sets the unique identifier (UUID) of the verification request to validate against.

IBuilderForCode WithRequestId(Guid value)

Parameters

value Guid

Returns

IBuilderForCode

Examples

.WithRequestId(Guid.Parse("c11236f4-00bf-4b89-84ba-88b25df97315"))