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

Struct JsonWebKeySet

internal/httpclient/model_json_web_key_set.go:22–25  ·  view source on GitHub ↗

JsonWebKeySet JSON Web Key Set

Source from the content-addressed store, hash-verified

20
21// JsonWebKeySet JSON Web Key Set
22type JsonWebKeySet struct {
23 // List of JSON Web Keys The value of the \"keys\" parameter is an array of JSON Web Key (JWK) values. By default, the order of the JWK values within the array does not imply an order of preference among them, although applications of JWK Sets can choose to assign a meaning to the order for their purposes, if desired.
24 Keys []JsonWebKey `json:"keys,omitempty"`
25}
26
27// NewJsonWebKeySet instantiates a new JsonWebKeySet object
28// This constructor will assign default values to properties that have it defined,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected