(opts)
| 70670 | if (apiKeyAuth != null && !isEmptyObj(apiKeyAuth)) { |
| 70671 | return apiKeyAuth; |
| 70672 | } |
| 70673 | if (bearerAuth != null && !isEmptyObj(bearerAuth)) { |
| 70674 | return bearerAuth; |
| 70675 | } |
| 70676 | return {}; |
| 70677 | } |
| 70678 | apiKeyAuth(opts) { |
| 70679 | if (this.apiKey == null) { |
| 70680 | return {}; |