| 1764 | // needs a token. |
| 1765 | func (p ProviderConfig) MarshalJSON() ([]byte, error) { |
| 1766 | type wire ProviderConfig |
| 1767 | aux := struct { |
| 1768 | wire |
| 1769 | HasBearerTokenProvider *bool `json:"hasBearerTokenProvider,omitempty"` |
no outgoing calls
no test coverage detected