MCPcopy
hub / github.com/zitadel/oidc / Encoder

Interface Encoder

pkg/http/http.go:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25type Encoder interface {
26 Encode(src any, dst map[string][]string) error
27}
28
29type FormAuthorization func(url.Values)
30type RequestAuthorization func(*http.Request)

Callers 8

encodeJSONFunction · 0.95
mainFunction · 0.95
redirectBackFunction · 0.65
loginHandlerMethod · 0.65
Test_PKCEFromDiscoveryFunction · 0.65
FormRequestFunction · 0.65
URLEncodeParamsFunction · 0.65
MarshalJSONWithStatusFunction · 0.65

Implementers 1

mockEncoderpkg/op/auth_request_test.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…