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