| Package | Description |
|---|---|
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
ThirdPartyAuthenticationToken |
ThirdPartyAuthenticationToken.clone() |
ThirdPartyAuthenticationToken |
ThirdPartyAuthenticationToken.set(java.lang.String fieldName,
java.lang.Object value) |
ThirdPartyAuthenticationToken |
ThirdPartyAuthenticationToken.setName(java.lang.String name)
Name of the third-party authentication token.
|
ThirdPartyAuthenticationToken |
ThirdPartyAuthenticationToken.setValue(java.lang.String value)
Value of the third-party authentication token.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ThirdPartyAuthenticationToken> |
FloodlightConfiguration.getThirdPartyAuthenticationTokens()
List of third-party authentication tokens enabled for this configuration.
|
| Modifier and Type | Method and Description |
|---|---|
FloodlightConfiguration |
FloodlightConfiguration.setThirdPartyAuthenticationTokens(java.util.List<ThirdPartyAuthenticationToken> thirdPartyAuthenticationTokens)
List of third-party authentication tokens enabled for this configuration.
|