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
valuestring
Returns
Examples
.WithCode("1234")