Click or drag to resize

ITokenSetterSetAccessToken Method

Sets the access token used to access feed resources (AMQP broker, Sports API, ...)

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#
IEnvironmentSelectorV1 SetAccessToken(
	string accessToken
)

Parameters

accessToken  String
The access token used to access feed resources

Return Value

IEnvironmentSelectorV1
The IEnvironmentSelector instance allowing the selection of target environment
See Also