Table of Contents

Interface IGenericClient

Namespace
XeroxDev.YTMDesktop.Companion.Interfaces
Assembly
XeroxDev.YTMDesktop.Companion.dll

The generic client interface

public interface IGenericClient

Properties

Settings

The settings for the client

ConnectorSettings Settings { get; set; }

Property Value

ConnectorSettings

Methods

SetAuthToken(string)

Set the authentication token, so it can be used for further requests.
We recommend to use the SetAuthToken(string) method in the CompanionConnector class instead of this method because it also reconnects the socket client if the token changed.

void SetAuthToken(string token)

Parameters

token string

The token to set