Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Provider
Method
Provider
coderd/coderdtest/oidctest/idp.go:96–100 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
94
}
95
96
func
(f *fakeIDPLocked) Provider() ProviderJSON {
97
f.mu.RLock()
98
defer
f.mu.RUnlock()
99
return
f.provider
100
}
101
102
func
(f *fakeIDPLocked) Config() *oauth2.Config {
103
f.mu.RLock()
Callers
4
WellknownConfig
Method · 0.45
httpHandler
Method · 0.45
ExternalAuthConfig
Method · 0.45
OauthConfig
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected