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

Method FositeClientManager

fosite/storage.go:12–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10// Storage defines fosite's minimal storage interface.
11type Storage interface {
12 FositeClientManager() ClientManager
13}
14
15type PARStorageProvider interface {

Calls

no outgoing calls