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

Function AuthURL

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

Source from the content-addressed store, hash-verified

55}
56
57func AuthURL(port uint16) string {
58 return fmt.Sprintf("http://localhost:%d/v1/auth/authorize", port)
59}
60
61func AuthClientConfig(port uint16) *clientcredentials.Config {
62 return &clientcredentials.Config{

Callers 1

PrepareSessionFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected