buildCredential method

HttpBasedCredential buildCredential ()

Implementation

HttpBasedCredential buildCredential() {
  HttpBasedCredential cred = HttpBasedCredential();
  cred.token = 'test_token';
  return cred;
}