Table of Contents

Interface IBuilderForBrand

Namespace
Vonage.VerifyV2.StartVerification
Assembly
Vonage.dll

Builder interface for setting the brand name on a verification request. This is the first mandatory step.

public interface IBuilderForBrand

Methods

WithBrand(string)

Sets the brand name that appears in the verification message.

IBuilderForWorkflow WithBrand(string value)

Parameters

value string

The brand name (1-16 characters). Cannot contain \ / { } : $.

Returns

IBuilderForWorkflow

The builder for setting the primary workflow.

Examples

.WithBrand("MyApp")