MCPcopy Index your code
hub / github.com/zitadel/oidc / Encode

Method Encode

pkg/http/http.go:26–26  ·  view source on GitHub ↗
(src any, dst map[string][]string)

Source from the content-addressed store, hash-verified

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

Callers 15

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
CreateCookieMethod · 0.65
CreateSecureCookieMethod · 0.65
mapAsValuesFunction · 0.65

Implementers 1

mockEncoderpkg/op/auth_request_test.go

Calls

no outgoing calls

Tested by 8

encodeJSONFunction · 0.76
Test_PKCEFromDiscoveryFunction · 0.52
mapAsValuesFunction · 0.52
TestDeviceAccessTokenFunction · 0.52
TestClientIDFromRequestFunction · 0.52
TestNewEncoderFunction · 0.52