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

Struct outputJSONWebKeyCollection

cmd/output_jwks.go:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 hydra.JsonWebKey
16 }
17 outputJSONWebKeyCollection struct {
18 Set string `json:"set"`
19 Keys []hydra.JsonWebKey `json:"keys"`
20 }
21)
22
23func (outputJsonWebKey) Header() []string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected