Table of Contents

Interface IOptionalBuilderForCodeLength

Namespace
Vonage.VerifyV2.StartVerification
Assembly
Vonage.dll

Builder interface for setting the PIN code length on a verification request.

public interface IOptionalBuilderForCodeLength

Methods

WithCodeLength(int)

Sets the length of the generated PIN code.

IOptionalBuilder WithCodeLength(int value)

Parameters

value int

The code length (4-10 digits). Default is 4.

Returns

IOptionalBuilder

The builder for method chaining.

Examples

.WithCodeLength(6)