Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ory/hydra
/ NewHandler
Function
NewHandler
client/handler.go:38–40 ·
view source on GitHub ↗
(r InternalRegistry)
Source
from the content-addressed store, hash-verified
36
)
37
38
func
NewHandler(r InternalRegistry) *Handler {
39
return
&Handler{r: r}
40
}
41
42
func
(h *Handler) SetAdminRoutes(r *httprouterx.RouterAdmin) {
43
r.GET(ClientsHandlerPath, h.listOAuth2Clients)
Callers
4
TestHandler
Function · 0.92
TestClientSDK
Function · 0.92
RegisterPublicRoutes
Method · 0.92
RegisterAdminRoutes
Method · 0.92
Calls
no outgoing calls
Tested by
2
TestHandler
Function · 0.74
TestClientSDK
Function · 0.74