* Override this to add your own headers validation:
(headers, customHeaders)
| 69618 | "User-Agent": this.getUserAgent(), |
| 69619 | ...getPlatformHeaders(), |
| 69620 | ...this.authHeaders(opts) |
| 69621 | }; |
| 69622 | } |
| 69623 | /** |
| 69624 | * Override this to add your own headers validation: |