| Package | Description | 
|---|---|
| com.sportradar.unifiedodds.sdk.cfg | |
| com.sportradar.unifiedodds.sdk.internal.cfg | 
| Modifier and Type | Method and Description | 
|---|---|
EnvironmentSelector | 
TokenSetter.setAccessToken(String token)
Sets the access token used to access feed resources (AMQP broker, Sports API, ...) 
 | 
EnvironmentSelector | 
TokenSetter.setAccessTokenFromApplicationYaml()
Sets the access token used to access feed resources (AMQP broker, Sports API, ...) to value read from the application.yml
 The YAML file should be named "application.properties" and localed in the application resources folder 
 | 
EnvironmentSelector | 
TokenSetter.setAccessTokenFromSdkProperties()
Sets the access token used to access feed resources (AMQP broker, Sports API, ...) to value read from the sdk properties
 The properties file should be named "UFSdkConfiguration.properties" and localed in the application resources folder 
 | 
EnvironmentSelector | 
TokenSetter.setAccessTokenFromSystemVar()
Sets the access token used to access feed resources (AMQP broker, Sports API, ...) to value read from system variable "uf.accesstoken" 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EnvironmentSelector | 
TokenSetterImpl.setAccessToken(String token)
Sets the access token used to access feed resources (AMQP broker, Sports API, ...) 
 | 
EnvironmentSelector | 
TokenSetterImpl.setAccessTokenFromApplicationYaml()
Sets the access token used to access feed resources (AMQP broker, Sports API, ...) to value read from the application.yml
 The YAML file should be named "application.properties" and localed in the application resources folder 
 | 
EnvironmentSelector | 
TokenSetterImpl.setAccessTokenFromSdkProperties()
Sets the access token used to access feed resources (AMQP broker, Sports API, ...) to value read from the sdk properties
 The properties file should be named "UFSdkConfiguration.properties" and localed in the application resources folder 
 | 
EnvironmentSelector | 
TokenSetterImpl.setAccessTokenFromSystemVar()
Sets the access token used to access feed resources (AMQP broker, Sports API, ...) to value read from system variable "uf.accesstoken" 
 | 
Copyright © 2016–2025. All rights reserved.