| 15 | type ( |
| 16 | outputOAuth2Client hydra.OAuth2Client |
| 17 | outputOAuth2ClientCollection struct { |
| 18 | clients []hydra.OAuth2Client |
| 19 | } |
| 20 | ) |
| 21 | |
| 22 | func (outputOAuth2Client) Header() []string { |
nothing calls this directly
no outgoing calls
no test coverage detected