Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Config
Method
Config
coderd/coderdtest/oidctest/idp.go:102–106 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
100
}
101
102
func
(f *fakeIDPLocked) Config() *oauth2.Config {
103
f.mu.RLock()
104
defer
f.mu.RUnlock()
105
return
f.cfg
106
}
107
108
func
(f *fakeIDPLocked) Handler() http.Handler {
109
f.mu.RLock()
Callers
4
GenerateAuthenticatedToken
Method · 0.80
CreateAuthCode
Method · 0.80
OIDCCallback
Method · 0.80
OauthConfig
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected