public class GluonCredentials
extends java.lang.Object
Constructor and Description |
---|
GluonCredentials(java.lang.String applicationKey,
java.lang.String applicationSecret)
Construct a credentials object with the specified application key and secret.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey()
Get the public key of this application.
|
java.lang.String |
getSecret()
Get the secret key of this application.
|
public GluonCredentials(java.lang.String applicationKey, java.lang.String applicationSecret)
applicationKey
- the public key of the applicationapplicationSecret
- the secret key of the application