Interface IBuilderForToken
- Namespace
- Vonage.Video.ExperienceComposer.Start
- Assembly
- Vonage.dll
Represents a builder for token.
public interface IBuilderForToken
Methods
WithToken(string)
Sets the token on the builder.
IBuilderForUrl WithToken(string value)
Parameters
valuestringThe token.
Returns
- IBuilderForUrl
The builder.