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
valueintThe code length (4-10 digits). Default is 4.
Returns
- IOptionalBuilder
The builder for method chaining.
Examples
.WithCodeLength(6)