Interface IVivoxTokenProvider
Must be implemented by the SetTokenProvider(IVivoxTokenProvider) caller. This object's responsibility is to provide an overridable implementation that will generate tokens for Vivox actions.
Namespace: Unity.Services.Vivox
Assembly: solution.dll
Syntax
public interface IVivoxTokenProvider
Methods
Name | Description |
---|---|
GetTokenAsync(string, TimeSpan?, string, string, string, string, string) | This async method should implement the necessary steps to providing a valid Vivox Access Token (VAT). After registration, this method will automatically be called whenever a token needs to be generated for a particular action. (e.g. login, channel join, mute). |