public class ApiCredential extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
kPreferredDateFormat |
| Constructor and Description |
|---|
ApiCredential(String apiKey,
String apiSecret) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
createAuthenticationHeaders(long timeInMs)
Create a set of authentication headers to add to a API request.
|
String |
getApiKey()
Get the API key on this credential
|
String |
getApiSecret()
Get API secret on this credential.
|
public static final String kPreferredDateFormat
Copyright © 2018. All rights reserved.