Click or drag to resize

IConfigurationAccessTokenSetter Interface

Note: This API is now obsolete.

Defines method used to set access token property on the configuration builder

Namespace: Sportradar.OddsFeed.SDK.API
Assembly: Sportradar.OddsFeed.SDK.API (in Sportradar.OddsFeed.SDK.API.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
[ObsoleteAttribute("Use ITokenSetter")]
public interface IConfigurationAccessTokenSetter

The IConfigurationAccessTokenSetter type exposes the following members.

Methods
 NameDescription
Public methodSetAccessToken Sets the access token used for the authentication.
Top
See Also