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

Struct DefaultProvider

driver/config/provider.go:132–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130)
131
132type DefaultProvider struct {
133 l *logrusx.Logger
134 p *configx.Provider
135 c contextx.Contextualizer
136}
137
138func (p *DefaultProvider) GetHasherAlgorithm(ctx context.Context) string {
139 return strings.ToLower(p.getProvider(ctx).String(KeyHasherAlgorithm))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected