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

Method Config

driver/registry_sql.go:606–606  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

604
605func (m *RegistrySQL) Persister() persistence.Persister { return sql.NewPersister(m.basePersister, m) }
606func (m *RegistrySQL) Config() *config.DefaultProvider { return m.conf }
607
608// WithConsentStrategy forces a consent strategy which is only used for testing.
609func (m *RegistrySQL) WithConsentStrategy(c consent.Strategy) { m.cos = c }

Callers 9

InitMethod · 0.95
KeyManagerMethod · 0.95
ClientHasherMethod · 0.95
KeyCipherMethod · 0.95
FlowCipherMethod · 0.95
CookieStoreMethod · 0.95
HTTPClientMethod · 0.95
HSMContextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected