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

Method GetID

client/client.go:423–425  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

421}
422
423func (c *Client) GetID() string {
424 return c.ID
425}
426
427func (c *Client) GetRedirectURIs() []string {
428 return c.RedirectURIs

Callers 13

CreateClientMethod · 0.95
TestHandlerFunction · 0.95
newOAuth2ClientFunction · 0.95
TestJWTBearerFunction · 0.95
BenchmarkAuthCodeFunction · 0.95
TestDeviceAuthRequestFunction · 0.95
TestDeviceTokenRequestFunction · 0.95

Calls

no outgoing calls

Tested by 12

TestHandlerFunction · 0.76
newOAuth2ClientFunction · 0.76
TestJWTBearerFunction · 0.76
BenchmarkAuthCodeFunction · 0.76
TestDeviceAuthRequestFunction · 0.76
TestDeviceTokenRequestFunction · 0.76
newDeviceClientFunction · 0.76