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

Method Decode

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

Source from the content-addressed store, hash-verified

20
21type Decoder interface {
22 Decode(dst any, src map[string][]string) error
23}
24
25type Encoder interface {

Callers 15

confirmHandlerMethod · 0.80
BytesToPrivateKeyFunction · 0.80
CheckCookieMethod · 0.80
ParseDeviceCodeRequestFunction · 0.80
ParseAuthorizeRequestFunction · 0.80
ParseEndSessionRequestFunction · 0.80
ParseUserinfoRequestFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestNewEncoderFunction · 0.64