void ESClient::setOAuth2Token()

in src/ESClient.cpp [35:37]


void ESClient::setOAuth2Token(String token){
  oauth2Token = token;
}