public class ChromePackagedAppVariant extends Variant
| Constructor and Description |
|---|
ChromePackagedAppVariant() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId()
This is the clientId of the created "application" in the Google API Console https://cloud.google.com/console
|
String |
getClientSecret()
This is the clientSecret of the created "application" in the Google API Console https://cloud.google.com/console
|
String |
getRefreshToken()
This is the refreshToken for the created "application"
|
VariantType |
getType()
The type (Android, iOS or SimplePush) of the underlying variant.
|
void |
setClientId(String clientId) |
void |
setClientSecret(String clientSecret) |
void |
setRefreshToken(String refreshToken) |
getDescription, getDeveloper, getName, getSecret, getVariantID, setDescription, setDeveloper, setName, setSecret, setType, setVariantIDpublic String getClientId()
public void setClientId(String clientId)
public String getClientSecret()
public void setClientSecret(String clientSecret)
public String getRefreshToken()
public void setRefreshToken(String refreshToken)
public VariantType getType()
VariantCopyright © 2015 JBoss by Red Hat. All Rights Reserved.