MCPcopy Create free account
hub / github.com/clouditor/clouditor / TokenURL

Function TokenURL

internal/testutil/auth.go:53–55  ·  view source on GitHub ↗
(port uint16)

Source from the content-addressed store, hash-verified

51}
52
53func TokenURL(port uint16) string {
54 return fmt.Sprintf("http://localhost:%d/v1/auth/token", port)
55}
56
57func AuthURL(port uint16) string {
58 return fmt.Sprintf("http://localhost:%d/v1/auth/authorize", port)

Callers 2

PrepareSessionFunction · 0.92
AuthClientConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected