MCPcopy
hub / github.com/ory/hydra / Header

Method Header

cmd/output_client.go:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41}
42
43func (outputOAuth2ClientCollection) Header() []string {
44 return outputOAuth2Client{}.Header()
45}
46
47func (c outputOAuth2ClientCollection) Table() [][]string {
48 rows := make([][]string, len(c.clients))

Callers

nothing calls this directly

Calls 1

HeaderMethod · 0.65

Tested by

no test coverage detected