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

Method Header

cmd/output_jwks.go:41–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39}
40
41func (outputJSONWebKeyCollection) Header() []string {
42 return outputJsonWebKey{}.Header()
43}
44
45func (c outputJSONWebKeyCollection) Table() [][]string {
46 rows := make([][]string, len(c.Keys))

Callers

nothing calls this directly

Calls 1

HeaderMethod · 0.65

Tested by

no test coverage detected