setupCredentials method

void setupCredentials(
  1. String key,
  2. String hash
)

Setup API credentials

@param key @param hash

Implementation

void setupCredentials(String key, String hash) {
  auth_key = key;
  auth_hash = hash;
}