getHmac method

String getHmac()

Implementation

String getHmac() {
  if (!isValid()) {
    throw new ResponseInvalidException();
  } else {
    return _hmac;
  }
}