Table of Contents

Interface IBuilderForCode

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

Methods

WithCode(string)

Sets the PIN code provided by the user. Must be 4-10 alphanumeric characters matching the code sent to the user.

IBuilderForOptional WithCode(string value)

Parameters

value string

Returns

IBuilderForOptional

Examples

.WithCode("1234")