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

Function getClientID

client/handler_test.go:51–53  ·  view source on GitHub ↗
(body string)

Source from the content-addressed store, hash-verified

49}
50
51func getClientID(body string) string {
52 return gjson.Get(body, "client_id").String()
53}
54
55func TestHandler(t *testing.T) {
56 ctx := context.Background()

Callers 1

TestHandlerFunction · 0.85

Calls 2

StringMethod · 0.65
GetMethod · 0.65

Tested by

no test coverage detected