const signature = Base64.stringify(hmac[
      this.options.SignatureMethod === 'HmacSHA256' ? 'sha256' : 'sha1'
    ](`${opts.method}${this.options[domain]}${opts.url}?${toCheck}`, this.options.SecretKey));