Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
func
AuthURL(port uint16) string {
58
return
fmt.Sprintf(
"http://localhost:%d/v1/auth/authorize"
, port)
59
}
60
61
func
AuthClientConfig(port uint16) *clientcredentials.Config {
62
return
&clientcredentials.Config{
Callers
1
PrepareSession
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected